| Address | | Origin address of transaction |
| Account Key |  0x7a033e78d6111f85...
| Ed25519 public key of the signer |
| Transaction Hash |  0x290f6b9c3eb57575...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #157,:sequence 1,:command (do (def ADMIN-ROLE :admin) (defn has-role? [state addr role] (contains? (get-in state [:roles role]) addr)) (defn init-state [] {:roles {ADMIN-ROLE #{*caller*}}}) (defn create-actor-account [] (do (def *state* (init-state)) (defn is-admin? [] (has-role? *state* *caller* ADMIN-ROLE)) (export (quote is-admin?)))) (deploy (create-actor-account)))} | CVX representation of the transaction |
| Storage Size | 675 | Bytes consumed by transaction data |