Structs
Transaction
Swift Structure
Structure
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct Transaction
struct Approvals
struct Call
struct Error
struct FeeConfig
struct OnChainData
struct Params
struct UserOperation
init(id: String, status: Transaction.Status, onChain: Transaction.OnChainData, params: Transaction.Params, walletType: WalletType, createdAt: Date, approvals: Transaction.Approvals?, error: Transaction.Error?)
| Property | Type | Description |
|---|---|---|
approvals | Transaction.Approvals? | - |
createdAt | Date | - |
description | String | Inherited from CustomStringConvertible.description. |
error | Transaction.Error? | - |
id | String | - |
onChain | Transaction.OnChainData | - |
params | Transaction.Params | - |
status | Transaction.Status | - |
walletType | WalletType | - |
typealias Status = TransactionStatus
Was this page helpful?
