interface OracleExtendTx {
    fee: bigint;
    nonce?: number;
    oracleId: string;
    oracleTtl: RelativeTTL;
    ttl?: number;
}

Properties

fee: bigint
nonce?: number
oracleId: string

Base58Check encoded tagged pubkey

oracleTtl: RelativeTTL
ttl?: number