View Source Stellar.TxBuild.SCVal (Elixir Stellar SDK v0.22.0)
SCVal
struct definition.
Summary
Types
@type map_entry() :: StellarBase.XDR.SCMapEntry.t()
@type type() ::
:bool
| :void
| :error
| :u32
| :i32
| :u64
| :i64
| :time_point
| :duration
| :u128
| :i128
| :u256
| :i256
| :bytes
| :string
| :symbol
| :vec
| :map
| :address
| :ledger_key_contract_instance
| :ledger_key_nonce
| :contract_instance
@type value() :: nil | integer() | boolean() | Stellar.TxBuild.SCError.t() | map() | binary() | list() | atom() | Stellar.TxBuild.SCAddress.t()
Functions
@spec to_native(StellarBase.XDR.SCVal.t()) :: any()