Search
BlockBranchesRequestBody struct definition.
BlockBranchesRequestBody
@type args_validation() :: {:ok, [String.t()]} | error()
@type error() :: {:error, Keyword.t()}
@type t() :: %Kadena.Chainweb.P2P.BlockBranchesRequestBody{ lower: [String.t()], upper: [String.t()] }