Type alias TxParamsOracleQueryTx1Type

TxParamsOracleQueryTx1Type: Omit<TxParams & {
    tag: OracleQueryTx;
    version: 1;
}, "version"> & {
    version?: 1;
}

Type declaration

  • Optional version?: 1

Generated using TypeDoc