Type Alias: MarginfiLendAction
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / MarginfiLendAction
Type Alias: MarginfiLendAction
type MarginfiLendAction: {
amount: number;
tokenAddress: string;
};Marginfi 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