DelAccountIndexerRequestArgs: BlockchainRequestArgs & IndexerAccountPartitionRequestArgs & {
    index: {
        logs?: boolean;
        state?: boolean;
        transactions?: boolean;
    };
}

Generated using TypeDoc