View Source StellarBase.XDR.OptionalAddressWithNonce (Elixir Stellar Base v0.11.1)

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

Link to this function

new(address_with_nonce \\ nil)

View Source
@spec new(address_with_nonce :: address_with_nonce()) :: t()