subInvocations property
Implementation
List<XdrSorobanAuthorizedInvocation> get subInvocations =>
this._subInvocations;
Implementation
set subInvocations(List<XdrSorobanAuthorizedInvocation> value) =>
this._subInvocations = value;
List<XdrSorobanAuthorizedInvocation> get subInvocations =>
this._subInvocations;
set subInvocations(List<XdrSorobanAuthorizedInvocation> value) =>
this._subInvocations = value;