Type Alias: MarginfiLendAction

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / MarginfiLendAction

Type Alias: MarginfiLendAction

type MarginfiLendAction: {
  amount: number;
  tokenAddress: string;
};

Marginfi lend action type

Type declaration

NameTypeDescription

amount

number

The minimum amount to lend

tokenAddress

string

The token address to lend

Defined in

types/eventConfig/requirements.ts:365

Last updated