Structs
Transfer
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 Transfer
init(type: TransferType, fromAddress: String, toAddress: String, transactionHash: String, tokenSymbol: String?, amount: Decimal, rawAmount: String, timestamp: Date, mintHash: String?)
| Property | Type | Description |
|---|---|---|
amount | Decimal | - |
fromAddress | String | - |
id | String | Inherited from Identifiable.id. |
mintHash | String? | - |
rawAmount | String | - |
timestamp | Date | - |
toAddress | String | - |
tokenSymbol | String? | - |
transactionHash | String | - |
type | TransferType | - |
Was this page helpful?
