View Source Stellar.TxBuild.HashIDPreimageSorobanAuthorization (Elixir Stellar SDK v0.22.0)

HashIDPreimageSorobanAuthorization struct definition.

Summary

Types

@type network_id() :: String.t()
@type nonce() :: non_neg_integer()
Link to this type

signature_expiration_ledger()

View Source
@type signature_expiration_ledger() :: integer()
@type t() :: %Stellar.TxBuild.HashIDPreimageSorobanAuthorization{
  invocation: invocation(),
  network_id: network_id(),
  nonce: nonce(),
  signature_expiration_ledger: signature_expiration_ledger()
}
@type validation() :: {:ok, any()} | {:error, atom()}