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