| Address | | Origin address of transaction |
| Account Key |  0x8223ac5a71f2dfa5...
| Ed25519 public key of the signer |
| Transaction Hash |  0x588ab225beee586a...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #14278,:sequence 18,:command (do (def friends #{}) (defn add-friend [friend] (set! friends (conj friends (address friend)))) (defn un-friend [enemy] (set! friends (disj friends (address enemy)))) (add-friend #67) (add-friend #70) friends => #{#70,#67})} | CVX representation of the transaction |
| Storage Size | 439 | Bytes consumed by transaction data |