EthereumSignaturesChunkResponse: {
    chunk: EthereumAccountTransactionHistoryStorageEntity[];
    count: number;
    firstItem?: EthereumAccountTransactionHistoryStorageEntity;
    lastItem?: EthereumAccountTransactionHistoryStorageEntity;
}

Generated using TypeDoc