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

SCAddress struct definition.

Summary

Types

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