Type alias: Transaction
type Transaction: object;
Type declaration
Member | Type |
---|---|
embedding_id | L2Txid | null |
error | WalletError | null |
id | L2Txid |
input_id | SigningTxInputId |
l1_tx_hash | TxHash | null |
memo | Uuid | null |
next_state_timeout_awaiter | BlockAwaiter | null |
shard_to_execute_on | NetworkName |
shard_to_write_on | NetworkName |
status | TransactionStatus |
ui_command | UiCommand |
user_op_block_anchor | BlockAnchorInput | null |
user_ops | UserOperation [] |