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

CutRequestBody struct definition.

Link to this section Summary

Link to this section Types

@type cut() :: Kadena.Chainweb.Cut.t()
@type hashes() :: map()
@type height() :: non_neg_integer()
@type id() :: String.t()
@type instance() :: String.t()
@type origin() :: map() | nil
@type t() :: %Kadena.Chainweb.P2P.CutRequestBody{
  hashes: hashes(),
  height: height(),
  id: id(),
  instance: instance(),
  origin: origin(),
  weight: weight()
}
@type weight() :: String.t()