BitShares2.0 —— 第二章 使用篇(一):再訪節點 轉移資金給新賬戶

轉帳1

參考 <<BitShares2.0 —— 第一章 創世篇(四):初訪節點 運行命令行錢包>> 打開錢包, 連接節點並解鎖錢包

使用transfer命令從nathan賬戶裏轉一些資金給alpha
運行命令:

transfer nathan alpha 100000 BTS "here is some cash" true

輸出結果

unlocked >>> transfer nathan alpha 100000 BTS "here is some cash" true
transfer nathan alpha 100000 BTS "here is some cash" true
{
  "ref_block_num": 12413,
  "ref_block_prefix": 2376124812,
  "expiration": "2018-10-23T03:07:20",
  "operations": [[
      0,{
        "fee": {
          "amount": 2105468,
          "asset_id": "1.3.0"
        },
        "from": "1.2.17",
        "to": "1.2.18",
        "amount": {
          "amount": "10000000000",
          "asset_id": "1.3.0"
        },
        "memo": {
          "from": "BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
          "to": "BTS74AWCY222BVvCTAStoYsjsqtmnQNct8bXSsztgh8NUKuFNgLs4",
          "nonce": "16070383734469918828",
          "message": "7096a91fde62968875b0ed066d92ff178217e4310bcdf149949ecb0767d492e3"
        },
        "extensions": []
      }
    ]
  ],
  "extensions": [],
  "signatures": [
    "204981356488858cc24489601e9de50466e237e4d9843fac8f25acbe02b22b6f2722c174440b1ba6067be094479ca7ad127a6ab9f0ff23109800d8b677a4d5c56c"
  ]
}

可以驗證alpha是否收到了錢,運行一下命令查看賬戶餘額:

list_account_balances alpha

輸出結果

unlocked >>> list_account_balances alpha
list_account_balances alpha
100000 BTS

轉帳結束 !!
不用打賞,吃不起土,我可以光合作用。


  1. 本文參考這篇文章 ↩︎

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章