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