Type Alias TxUnpackedNameUpdateTx2Type

TxUnpackedNameUpdateTx2Type: TxUnpacked & {
    tag: NameUpdateTx;
    version: 2;
}