Type alias CovalentGetTransactionResponse

CovalentGetTransactionResponse: {
    data: {
        items: CovalentGetTransactionsItem[];
    };
}

Type declaration

Generated using TypeDoc