Skip to main content

vault.transfer(Transfer)

Transfer tokens between addresses, scaling the human-readable amount using the token’s decimals.

Transfer Type Parameters

Returns

Usage

TypeScript

JavaScript

Example outputs

Notes:
  • The method fetches the token’s decimals and scales the provided amount accordingly.
  • Ensure the sender is allowed to transfer (compliance checks may apply).