Type alias InferDelegationOptions<R, C>

InferDelegationOptions<R, C>: UCANOptions & {
    issuer: UCAN.Signer;
    nb?: Partial<InferCreateOptions<R, C>["nb"]>;
    with: R;
}

Type Parameters

  • R extends Resource

  • C extends {} | undefined

Type declaration

Generated using TypeDoc