View Source Stellar.TxBuild.SorobanAuthorizationEntry (Elixir Stellar SDK v0.16.0)

SorobanAuthorizationEntry struct definition.

Summary

Types

@type credentials() :: Stellar.TxBuild.SorobanCredentials.t()
@type error() :: {:error, atom()}
@type root_invocation() :: Stellar.TxBuild.SorobanAuthorizedInvocation.t()
@type t() :: %Stellar.TxBuild.SorobanAuthorizationEntry{
  credentials: credentials(),
  root_invocation: root_invocation()
}
@type validation() :: {:ok, any()} | error()