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

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()