⛏️transferVolary
Description
The transferVolary
function enables the transfer of Volary tokens from one wallet to another using the recipient's address, the amount of tokens to be transferred, and the sender's private key
Parameters
Name | Type | Description |
---|---|---|
| string | The address of the recipient |
| string | The amount of Volary tokens to be transferred |
| string | The prvate key of he sender's wallet to sign the transaction |
Response
Property | Type | Description |
---|---|---|
| object | Returns a transaction receipt object that has informatiob about the transfer tranaction |
Example Request and Response
Prerequisites
Before making requests with Nest SDK, you must have it installed.
You can install Nest SDK using either npm
or yarn
. Use the following commands to install Nest SDK:
Request
Here is an example of how to make a transferVolary
request using the Nest SDK:
Response
Use Cases
Token Holders: The function can be used by Volary token holders to send Volary tokens to other Ethereum addresses.
Cryptocurrency Exchanges: The function can be used by cryptocurrency exchanges that support Volary to facilitate the buying and selling of Volary tokens.
Decentralized Applications: The function can be used by developers building decentralized applications that require the transfer of Volary tokens between wallets on the Ethereum blockchain.
Last updated