Type alias TxParamsOracleExtendTx1Type

TxParamsOracleExtendTx1Type: Omit<TxParams & {
    tag: OracleExtendTx;
    version: 1;
}, "version"> & {
    version?: 1;
}

Type declaration

  • Optional version?: 1

Generated using TypeDoc