View Source Stellar.TxBuild.OptionalAddressWithNonce (Elixir Stellar SDK v0.13.0)

OptionalAddressWithNonce struct definition.

Link to this section Summary

Link to this section Types

@type address_with_nonce() :: Stellar.TxBuild.AddressWithNonce.t() | nil
@type t() :: %Stellar.TxBuild.OptionalAddressWithNonce{
  address_with_nonce: address_with_nonce()
}