Tradehub.Tx.SendToken (Tradehub v0.1.17) View Source
Link to this section Summary
Functions
Given the payload message as map/dictionary, validation, and convert to the raw message
Callback implementation for Tradehub.Tx.Type.type/0.
Callback implementation for Tradehub.Tx.Type.validate!/1.
Link to this section Types
Specs
t() :: %Tradehub.Tx.SendToken{
amount: [Tradehub.amount()],
from_address: String.t(),
to_address: String.t()
}
Link to this section Functions
Specs
compose!(map()) :: Tradehub.Tx.message()
Given the payload message as map/dictionary, validation, and convert to the raw message
Specs
type() :: String.t()
Callback implementation for Tradehub.Tx.Type.type/0.
Specs
Callback implementation for Tradehub.Tx.Type.validate!/1.