Skip to main content
Structure
struct Transfer

Initializers

init(type:fromAddress:toAddress:transactionHash:tokenSymbol:amount:rawAmount:timestamp:mintHash:)

init(type: TransferType, fromAddress: String, toAddress: String, transactionHash: String, tokenSymbol: String?, amount: Decimal, rawAmount: String, timestamp: Date, mintHash: String?)

Instance Properties

amount

let amount: Decimal

fromAddress

let fromAddress: String

id

Inherited from Identifiable.id.
var id: String { get }

mintHash

let mintHash: String?

rawAmount

let rawAmount: String

timestamp

let timestamp: Date

toAddress

let toAddress: String

tokenSymbol

let tokenSymbol: String?

transactionHash

let transactionHash: String

type

let type: TransferType