Skip to main content
Structure
struct EVMTransactionApiModel

Structures

EVMTransactionApiModel.Call

struct Call

EVMTransactionApiModel.OnChainData

struct OnChainData

EVMTransactionApiModel.Params

struct Params

EVMTransactionApiModel.UserOperation

struct UserOperation

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

approvals

let approvals: Approvals?

createdAt

let createdAt: Date

error

let error: TransactionErrorApiModel?

id

Inherited from Identifiable.id.
let id: String

onChain

let onChain: OnChainData

params

let params: Params

status

let status: TransactionStatusApiModel

walletType

let walletType: WalletType

Instance Methods

toDomain(withService:)

Inherited from TransactionApiModel.toDomain(withService:).
func toDomain(withService service: SmartWalletService) -> Transaction?