Interface OraclePrice

    interface OraclePrice {
        price: bigint;
        timestamp: bigint;
    }

    Properties

    Properties

    price: bigint
    timestamp: bigint