interface RegisteredOracle {
    abiVersion: number;
    id: string;
    queryFee: bigint;
    queryFormat: string;
    responseFormat: string;
    ttl: number;
}

Properties

abiVersion: number
id: string

Base58Check encoded tagged pubkey

queryFee: bigint
queryFormat: string
responseFormat: string
ttl: number