Type Alias: KaminoLendAction

@torque-labs/torque-utilsDocs


@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

types/eventConfig/requirements.ts:384

Last updated