Ton.ExternalMessage (ton v0.5.1)
An external message required to make transfers
Summary
Types
@type t() :: %Ton.ExternalMessage{ common_message_info: Ton.CommonMessageInfo.t(), wallet: Ton.Wallet.t() }
Functions
@spec new(Ton.Wallet.t(), Ton.CommonMessageInfo.t()) :: t()
@spec serialize(t(), Ton.Cell.t() | nil) :: Ton.Cell.t()