Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fixing amount and fee size
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Nov 29, 2023
1 parent c50784f commit 95cf706
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/learn/transaction/bond/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The bond transaction has a payload consists the following fields:
| 21 bytes | Sender address |
| 21 bytes | Receiver address |
| 96 bytes (optional) | Public key |
| 8 bytes | Amount |
| Variant | Amount |

- **Sender address** is the address of the sender [account]({{ site.baseurl }}/learn/blockchain/account/).
- **Receiver address** is the address of the receiver validator.
Expand Down
2 changes: 1 addition & 1 deletion website/learn/transaction/format/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Transactions in Pactus consists the following fields:
| -------- | ------------ |
| 1 byte | Version |
| 4 bytes | Lock Time |
| 8 bytes | Fee |
| Variant | Fee |
| Variant | Memo |
| 1 byte | Payload Type |
| Variant | Payload Data |
Expand Down
2 changes: 1 addition & 1 deletion website/learn/transaction/transfer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The transfer transaction has a payload consists the following fields:
| -------- | ---------------- |
| 21 bytes | Sender address |
| 21 bytes | Receiver address |
| 8 bytes | Amount |
| Variant | Amount |

- **Sender address** is the account address that transfers the amount
- **Receiver address** is the account address that receives the amount
Expand Down
2 changes: 1 addition & 1 deletion website/learn/transaction/withdraw/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The withdraw transaction has a payload consists the following fields:
| -------- | ---------------- |
| 21 bytes | Sender address |
| 21 bytes | Receiver address |
| 8 bytes | Amount |
| Variant | Amount |

- **Sender address** is the address of the sender validator.
- **Receiver address** is the address of the receiver [account]({{ site.baseurl }}/learn/blockchain/account/).
Expand Down

0 comments on commit 95cf706

Please sign in to comment.