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 TransferTokenRequest
init(chainType: ChainType, tokenLocator: String, recipient: String, amount: String, signer: String? = nil, idempotencyKey: String? = nil)
let amount: String
let chainType: ChainType
let idempotencyKey: String?
let recipient: String
let signer: String?
let tokenLocator: String
Was this page helpful?