InvokeMethodRequestArgs: Partial<BlockchainRequestArgs> & IndexerAccountPartitionRequestArgs & {
    args?: unknown[];
    indexer?: string;
    method: string;
}

Generated using TypeDoc