Ton.ExternalMessage (ton v0.2.0)
An external message required to make transfers
Link to this section Summary
Link to this section Types
@type t() :: %Ton.ExternalMessage{ common_message_info: Ton.CommonMessageInfo.t(), wallet: Ton.Wallet.t() }
Link to this section Functions
Link to this function
new(wallet, common_message_info)
@spec new(Ton.Wallet.t(), Ton.CommonMessageInfo.t()) :: t()
Link to this function
serialize(external_message, cell \\ nil)
@spec serialize(t(), Ton.Cell.t() | nil) :: Ton.Cell.t()