Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
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?)
approvals
Transaction.Approvals?
createdAt
Date
description
String
CustomStringConvertible.description
error
Transaction.Error?
id
onChain
Transaction.OnChainData
params
Transaction.Params
status
Transaction.Status
walletType
WalletType
typealias Status = TransactionStatus
Was this page helpful?