View Source Stellar.TxBuild.SCAddress (Elixir Stellar SDK v0.14.0)

SCAddress struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.SCAddress{type: atom(), value: value()}
@type validation() :: {:ok, any()} | {:error, atom()}
@type value() :: binary()