Interface TinymanLendingPool
interface TinymanLendingPool {
asset0Id: number;
asset1Id: number;
feeScale: bigint;
lpAssetId: number;
lpPoolAppAddress: string;
pool0AppId: number;
pool1AppId: number;
provider: TINYMAN;
}
asset0Id: number;
asset1Id: number;
feeScale: bigint;
lpAssetId: number;
lpPoolAppAddress: string;
pool0AppId: number;
pool1AppId: number;
provider: TINYMAN;
}
Hierarchy
- BaseLendingPool
- TinymanLendingPool