Type alias ChainLinkPriceResult
ChainLinkPriceResult: {
chainLink: {
address: string;
answer: bigint;
answeredInRound: bigint;
decimals: number;
roundId: bigint;
startedAt: bigint;
updatedAt: bigint;
};
floatPrice: number;
price: bigint;
}
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
ChainLinkPriceResult