View Source Stellar.TxBuild.SorobanAuthorizedContractFunction (Elixir Stellar SDK v0.17.1)
SorobanAuthorizedContractFunction
struct definition.
Summary
Types
@type args() :: Stellar.TxBuild.SCVec.t()
@type contract_address() :: Stellar.TxBuild.SCAddress.t()
@type error() :: {:error, atom()}
@type function_name() :: String.t()
@type t() :: %Stellar.TxBuild.SorobanAuthorizedContractFunction{ args: args(), contract_address: contract_address(), function_name: function_name() }