View Source StellarBase.XDR.SCNonceKey (Elixir Stellar Base v0.10.0)

Representation of Stellar SCNonceKey type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SCNonceKey{nonce_address: StellarBase.XDR.SCAddress.t()}

Link to this section Functions

@spec new(nonce_address :: StellarBase.XDR.SCAddress.t()) :: t()