Skip to content

Commit

Permalink
fix: update readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Dec 17, 2024
1 parent aeb32c2 commit f9b3e4e
Showing 1 changed file with 3 additions and 44 deletions.
47 changes: 3 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,28 +175,6 @@ Create a VIP191 payload, add `FeeDelegation` operation to operations, `account`
},
"metadata": {}
}
},
{
"operation_identifier": {
"index": 0,
"network_index": 2
},
"type": "FeeDelegation",
"status": "None",
"account": {
"address": "0x4251630dc820e90a5a6d14d79cac7acb93917983"
},
"amount": {
"value": "-210000000000000000",
"currency": {
"symbol": "VTHO",
"decimals": 18,
"metadata": {
"contractAddress": "0x0000000000000000000000000000456E65726779"
}
},
"metadata": {}
}
}
]
}
Expand Down Expand Up @@ -262,6 +240,9 @@ call the /construction/payloads Api.
"blockchain": "vechainthor",
"network": "test"
},
"metadata": {
"fee_delagator_account": "0x87AA2B76f29583E4A9095DBb6029A9C41994E25B"
},
"operations": [
{
"operation_identifier": {
Expand Down Expand Up @@ -300,28 +281,6 @@ call the /construction/payloads Api.
},
"metadata": {}
}
},
{
"operation_identifier": {
"index": 0,
"network_index": 2
},
"type": "FeeDelegation",
"status": "None",
"account": {
"address": "0x4251630dc820e90a5a6d14d79cac7acb93917983"
},
"amount": {
"value": "-210000000000000000",
"currency": {
"symbol": "VTHO",
"decimals": 18,
"metadata": {
"contractAddress": "0x0000000000000000000000000000456E65726779"
}
},
"metadata": {}
}
}
],
"metadata": {
Expand Down

0 comments on commit f9b3e4e

Please sign in to comment.