View Source Stellar.TxBuild.HashIDPreimageSorobanAuthorization (Elixir Stellar SDK v0.22.0)
HashIDPreimageSorobanAuthorization
struct definition.
Summary
Types
@type invocation() :: Stellar.TxBuild.SorobanAuthorizedInvocation.t()
@type network_id() :: String.t()
@type nonce() :: non_neg_integer()
@type signature_expiration_ledger() :: integer()
@type t() :: %Stellar.TxBuild.HashIDPreimageSorobanAuthorization{ invocation: invocation(), network_id: network_id(), nonce: nonce(), signature_expiration_ledger: signature_expiration_ledger() }