View Source StellarBase.XDR.SorobanAuthorizedContractFunction (Elixir Stellar Base v0.13.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar SorobanAuthorizedContractFunction
type.
Link to this section Summary
Link to this section Types
@type args_type() :: StellarBase.XDR.SCVec.t()
@type contract_address_type() :: StellarBase.XDR.SCAddress.t()
@type function_name_type() :: StellarBase.XDR.SCSymbol.t()
@type t() :: %StellarBase.XDR.SorobanAuthorizedContractFunction{ args: args_type(), contract_address: contract_address_type(), function_name: function_name_type() }
Link to this section Functions
@spec new( contract_address :: contract_address_type(), function_name :: function_name_type(), args :: args_type() ) :: t()