Properties of a LendingRateTask.

interface ILendingRateTask {
    assetMint?: string;
    field?: Field;
    protocol?: string;
}

Implemented by

Properties

assetMint?: string

A token mint address supported by the chosen protocol

field?: Field

LendingRateTask field

protocol?: string

01, apricot, francium, jet, larix, mango, port, solend, tulip

Generated using TypeDoc