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

SorobanCredentials struct definition.

Summary

Types

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