Type alias TxParamsNameRevokeTx1Type

TxParamsNameRevokeTx1Type: Omit<TxParams & {
    tag: NameRevokeTx;
    version: 1;
}, "version"> & {
    version?: 1;
}

Type declaration

  • Optional version?: 1

Generated using TypeDoc