InvokeBlockchainMethodRequestArgs<A>: BlockchainRequestArgs & {
    args: A;
    method: string;
    partitionKey: string;
}

Type Parameters

  • A

Generated using TypeDoc