View Source Stellar.TxBuild.AddressWithNonce (Elixir Stellar SDK v0.12.0)

AddressWithNonce struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.AddressWithNonce{
  address: Stellar.TxBuild.SCAddress.t(),
  nonce: non_neg_integer()
}
@type validation() :: {:ok, any()} | {:error, atom()}