View Source Kadena.Chainweb.P2P.BlockBranchesRequestBody (Kadena v0.19.0)

BlockBranchesRequestBody struct definition.

Link to this section Summary

Link to this section Types

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