Type Alias: KaminoLendAction
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / KaminoLendAction
Type Alias: KaminoLendAction
type KaminoLendAction: {
amount: number;
tokenAddress: string;
};Kamino lend action type
Type declaration
Name
Type
Description
amount
number
The minimum amount to lend
tokenAddress
string
The token address to lend
Defined in
Last updated