- A debit (negative) entry for the sending address
- A credit (positive) entry for the receiving address
In credit debit, it will be represented as two rows.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Double-entry accounting system for tracking asset movements on the blockchain.
| from_address | to_address | amount | event |
|---|---|---|---|
| X | Y | 1250 | X transfers 1250 tokens to Y |
| address | counterparty_address | amount | event |
|---|---|---|---|
| X | Y | -1250 | X decrease 1250 tokens to Y |
| Y | X | 1250 | Y increase 1250 tokens from X |
Was this page helpful?