mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
* description rules and fact_txs update * blocks update * idls and labels * wip * wip * update desc * update * update doc rules * update table desc per new rules * updates
426 B
426 B
{% docs tx_to %}
The base58-encoded wallet address that receives the asset in a transfer event. For native SOL and SPL token transfers, this is the recipient's address. Used to attribute incoming asset movement to specific users or programs.
Data type: String (base58 address) Example:
9xQeWv...
Business Context:
- Enables analysis of asset inflows, user activity, and protocol interactions.
{% enddocs %}