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 Transfer
init(type: TransferType, fromAddress: String, toAddress: String, transactionHash: String, tokenSymbol: String?, amount: Decimal, rawAmount: String, timestamp: Date, mintHash: String?)
let amount: Decimal
let fromAddress: String
Identifiable.id
var id: String { get }
let mintHash: String?
let rawAmount: String
let timestamp: Date
let toAddress: String
let tokenSymbol: String?
let transactionHash: String
let type: TransferType
Was this page helpful?