View Source StellarBase.XDR.AddressWithNonce (Elixir Stellar Base v0.9.0)
Representation of Stellar AddressWithNonce
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.AddressWithNonce{ address: StellarBase.XDR.SCAddress.t(), nonce: StellarBase.XDR.UInt64.t() }
Link to this section Functions
@spec new( address :: StellarBase.XDR.SCAddress.t(), nonce :: StellarBase.XDR.UInt64.t() ) :: t()