Type Alias TxParamsNameUpdateTx2Type

TxParamsNameUpdateTx2Type: TxParams & {
    tag: NameUpdateTx;
    version: 2;
}