| Address | | Origin address of transaction |
| Account Key |  0x7daefe22af88daa3...
| Ed25519 public key of the signer |
| Transaction Hash |  0x95b4e55affe966be...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #133,:sequence 77,:command (do (defn create-actor-account [controller-address] (let [code (quasiquote (do (assert *caller*) (set-controller (unquote controller-address)))) addr (deploy code)] addr)) (def controller-address nil) (dotimes [i 1] (create-actor-account controller-address)))} | CVX representation of the transaction |
| Storage Size | 545 | Bytes consumed by transaction data |