You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transfer F7a56E... 50000 60 4014fcf... 45f78... baf2633...
5.
Send Tx and wait response
Transaction successfully submitted, transaction <ded130...> You can check its status by using the show_transfers command. Height 348065, txid <ded130...>, 90.4643940500, idx 0/0
6.
Run wallet command: show_transfer <TxId>
Pending outgoing transaction found txid: <479a2....> Timestamp: 2019-06-13 14:39:00 Amount: 50000.0000000000 SN Public ID:4014fc... Payment ID: d081d... Change: 1.0508136600 Fee: 0.0116863400 Note:
7.
Run wallet command: show_transfers out
You should see the entry with your transaction, out(stake) in direction field and SN Public ID in the last field
8.
Open a destination wallet, run wallet command: show_transfers in
You should see the entry with your transaction, in(stake) in direction field and SN Public ID in the last field
Brief description:
Graft-wallet-cli command
show_transfers
should(last field is the public id)
Acceptance test:
curl --request GET http://localhost:28690/dapi/v2.0/cryptonode/getwalletaddress
(supposing supernode configured and running on this address){"testnet":true, "wallet_public_address":"F7a56E...", "id_key":"4014fcf...", "signature":"45f78..."}
graft-wallet-cli
payment_id
<baf2633...>
stake_transfer <wallet address> <amount> <lock_block_count> <Supernode_public_ID_key> <SuperNode Signature> <payment_ID>
transfer F7a56E... 50000 60 4014fcf... 45f78... baf2633...
Transaction successfully submitted, transaction <ded130...> You can check its status by using the show_transfers command. Height 348065, txid <ded130...>, 90.4643940500, idx 0/0
show_transfer <TxId>
Pending outgoing transaction found txid: <479a2....> Timestamp: 2019-06-13 14:39:00 Amount: 50000.0000000000 SN Public ID:4014fc... Payment ID: d081d... Change: 1.0508136600 Fee: 0.0116863400 Note:
show_transfers out
out(stake)
indirection
field and SN Public ID in the last fieldshow_transfers in
in(stake)
indirection
field and SN Public ID in the last fieldCommunity Tasks Guidelines
The text was updated successfully, but these errors were encountered: