Stellar.TxBuild.Asset (Elixir Stellar SDK v0.3.0) View Source

Asset struct definition.

Link to this section Summary

Link to this section Types

Specs

issuer() :: Stellar.TxBuild.AccountID.t() | nil

Specs

t() :: %Stellar.TxBuild.Asset{code: String.t(), issuer: issuer(), type: atom()}

Specs

validation() :: {:ok, any()} | {:error, atom()}