| Address | | Origin address of transaction |
| Account Key |  0x7a033e78d6111f85...
| Ed25519 public key of the signer |
| Transaction Hash |  0x988495460fd75be7...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #157,:sequence 4,:command (do (defn create-actor-account [] (let [code (quasiquote (do (defn init [] (def admin *caller*)) (assert (> (balance *caller*) 1000)) (init))) addr (deploy code)] addr)) (dotimes [i 2] (create-actor-account)))} | CVX representation of the transaction |
| Storage Size | 495 | Bytes consumed by transaction data |