debeem-wallet
ChainLinkPriceResult: {
    chainLink: {
        address: string;
        answer: bigint;
        answeredInRound: bigint;
        decimals: number;
        roundId: bigint;
        startedAt: bigint;
        updatedAt: bigint;
    };
    floatPrice: number;
    price: bigint;
}

ChainLinkPriceResult

Type declaration

  • chainLink: {
        address: string;
        answer: bigint;
        answeredInRound: bigint;
        decimals: number;
        roundId: bigint;
        startedAt: bigint;
        updatedAt: bigint;
    }
    • address: string
    • answer: bigint
    • answeredInRound: bigint
    • decimals: number
    • roundId: bigint
    • startedAt: bigint
    • updatedAt: bigint
  • floatPrice: number
  • price: bigint