interface OracleRegisterTx {
    abiVersion?: number;
    accountId: string;
    fee: bigint;
    nonce?: number;
    oracleTtl: Ttl;
    queryFee: bigint;
    queryFormat: string;
    responseFormat: string;
    ttl?: number;
}

Hierarchy (View Summary)

Properties

abiVersion?: number
accountId: string

Base58Check encoded tagged pubkey

fee: bigint
nonce?: number
oracleTtl: Ttl
queryFee: bigint
queryFormat: string
responseFormat: string
ttl?: number