Type alias UserDepositInfo
UserDepositInfo: {
currentRound?: number;
escrowAddress: string;
holdings: {
fAssetBalance: bigint;
fAssetId: number;
}[];
}
Type declaration
-
Optional
currentRound?: number
-
escrowAddress: string
-
holdings: {
fAssetBalance: bigint;
fAssetId: number;
}[]