InvokeOptions<A, R, CAP>: UCANBasicOptions & InferNb<InferInvokedCapability<CAP>["nb"]> & {
    proofs?: Delegation[];
    with?: R;
}

Type Parameters

Type declaration

  • Optional proofs?: Delegation[]

    Extra proofs to be added to the invocation

  • Optional with?: R

    Resource for the capability, normally a Space DID Defaults to the current selected Space

Generated using TypeDoc