View Source StellarBase.XDR.OptionalAddressWithNonce (Elixir Stellar Base v0.9.0)
Representation of Stellar OptionalAddressWithNonce
type.
Link to this section Summary
Link to this section Types
@type address_with_nonce() :: StellarBase.XDR.AddressWithNonce.t() | nil
@type t() :: %StellarBase.XDR.OptionalAddressWithNonce{ address_with_nonce: address_with_nonce() }
Link to this section Functions
@spec new(address_with_nonce :: address_with_nonce()) :: t()