GetEntityPendingRequestsRequestArgs: BlockchainRequestArgs & IndexerIndexerPartitionRequestArgs & {
    account?: string;
    complete?: boolean;
    id?: string;
    nonce?: number;
    requestType?: EntityRequestType;
    type: IndexableEntityType;
}

Generated using TypeDoc