View Source StellarBase.XDR.HashIDPreimageSorobanAuthorization (Elixir Stellar Base v0.16.0)

Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten

Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr

Representation of Stellar HashIDPreimageSorobanAuthorization type.

Summary

Types

@type invocation_type() :: StellarBase.XDR.SorobanAuthorizedInvocation.t()
@type network_id_type() :: StellarBase.XDR.Hash.t()
@type nonce_type() :: StellarBase.XDR.Int64.t()
Link to this type

signature_expiration_ledger_type()

View Source
@type signature_expiration_ledger_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.HashIDPreimageSorobanAuthorization{
  invocation: invocation_type(),
  network_id: network_id_type(),
  nonce: nonce_type(),
  signature_expiration_ledger: signature_expiration_ledger_type()
}

Functions

Link to this function

new(network_id, nonce, signature_expiration_ledger, invocation)

View Source
@spec new(
  network_id :: network_id_type(),
  nonce :: nonce_type(),
  signature_expiration_ledger :: signature_expiration_ledger_type(),
  invocation :: invocation_type()
) :: t()