Interface: SubInvocation
Defined in: packages/core/src/auth-entry-builder.ts:76 A nested authorized invocation:contract.fn(args). Used to declare the sub-calls a contract makes
on the signer’s behalf (e.g. the FeeForwarder’s two transfers), so the SAC’s require_auth() is
covered by the same auth tree.
Properties
args
args: ScVal[]
Defined in: packages/core/src/auth-entry-builder.ts:79
contract
contract: string
Defined in: packages/core/src/auth-entry-builder.ts:77
fn
fn: string
Defined in: packages/core/src/auth-entry-builder.ts:78
