Skip to main content
Structure
struct TransferTokenRequest

Initializers

init(chainType:tokenLocator:recipient:amount:signer:idempotencyKey:)

init(chainType: ChainType, tokenLocator: String, recipient: String, amount: String, signer: String? = nil, idempotencyKey: String? = nil)

Instance Properties

amount

let amount: String

chainType

let chainType: ChainType

idempotencyKey

let idempotencyKey: String?

recipient

let recipient: String

signer

let signer: String?

tokenLocator

let tokenLocator: String