neo-go/cli/wallet
Roman Khimov 29fec1c2ee wallet: add remark14 option to migrate UTXO assets to N3
N3 migration works via sends to blackhole ANeo2toNeo3MigrationAddressxwPB2Hz
address with Remark14 attribute set to target N3 address [1]. This option
allows to create such transaction (but it doesn't check target address in any
way, if you make a mistake there you'll lose your assets forever). It works
like this:

$ neo-go wallet transfer -p file.wallet -r https://rpc-node:10331 --from AZ81H31DMWzbSnFDLFkzh9vHwaDLayV7fU --to ANeo2toNeo3MigrationAddressxwPB2Hz --asset NEO --amount 10 --remark14 NVTiAjNgagDkTr5HTzDmQP9kPwPHN5BgVq

[1]: https://docs.neo.org/tutorials/en-us/migrationB.html
2021-09-02 18:51:47 +03:00
..
multisig.go cli: implement wallet multisig sign command 2020-03-05 09:45:34 +03:00
nep5.go util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00
wallet.go wallet: add remark14 option to migrate UTXO assets to N3 2021-09-02 18:51:47 +03:00