Ton.CommonMessageInfo (ton v0.2.0)
Common message info used in an external message
Link to this section Summary
Link to this section Types
@type t() :: %Ton.CommonMessageInfo{body: Ton.Cell.t(), wallet: Ton.Wallet.t()}
Link to this section Functions
Link to this function
new(wallet \\ nil, body \\ nil)
@spec new(Ton.Wallet.t() | nil, Ton.Cell.t() | nil) :: t()
Link to this function
serialize(info, cell \\ nil)
@spec serialize(t(), Ton.Cell.t() | nil) :: Ton.Cell.t()