View Source StellarBase.XDR.SorobanAuthorizedInvocation (Elixir Stellar Base v0.16.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 SorobanAuthorizedInvocation type.

Summary

Types

@type function_type() :: StellarBase.XDR.SorobanAuthorizedFunction.t()
Link to this type

sub_invocations_type()

View Source
@type sub_invocations_type() :: StellarBase.XDR.SorobanAuthorizedInvocationList.t()
@type t() :: %StellarBase.XDR.SorobanAuthorizedInvocation{
  function: function_type(),
  sub_invocations: sub_invocations_type()
}

Functions

Link to this function

new(function, sub_invocations)

View Source
@spec new(function :: function_type(), sub_invocations :: sub_invocations_type()) ::
  t()