Initializers
init(type:fromAddress:toAddress:transactionHash:tokenSymbol:amount:rawAmount:timestamp:mintHash:)
Instance Properties
amount
fromAddress
id
Inherited fromIdentifiable.id.
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?