| Address | | Origin address of transaction |
| Account Key |  0x8223ac5a71f2dfa5...
| Ed25519 public key of the signer |
| Transaction Hash |  0x8eb21a8d3bd0d1d0...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #14278,:sequence 23,:command (do (def actor-code (quote (do (def value :initial-value) (defn ^{:callable true} set [v] (set! value v)) (defn ^{:callable true} get [] value)))) (def act (deploy actor-code)) (call act (get)) => :initial-value (call act (set :new-value)) (call act (get)) => :new-value)} | CVX representation of the transaction |
| Storage Size | 592 | Bytes consumed by transaction data |