ParseEntityRequestArgs<T>: BlockchainRequestArgs & {
    entity: T;
    type: IndexableEntityType;
}

Type Parameters

Generated using TypeDoc