Type Alias UserDepositInfo

    UserDepositInfo: {
        currentRound?: bigint;
        escrowAddress: string;
        holdings: { fAssetBalance: bigint; fAssetId: number }[];
    }

    Type declaration

    • OptionalcurrentRound?: bigint
    • escrowAddress: string
    • holdings: { fAssetBalance: bigint; fAssetId: number }[]