transfer
transfer
is a method on the ARIO
class that transfers ARIO tokens from the authenticated wallet to another specified wallet address.
transfer
requires authentication.
Examples
transfer
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
target | string - WalletAddress | The wallet address to transfer tokens to | false |
quantity | number | The amount of ARIO tokens to transfer (in smallest units) | false |
tags | array | An array of GQL tag objects to attach to the transfer AO message | true |