instantWithdrawal
instantWithdrawal
is a method on the ARIO
class that instantly withdraws funds from an existing vault on a gateway. If no gatewayAddress
is provided, the signer's address will be used.
instantWithdrawal
requires authentication.
Examples
instantWithdrawal
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
gatewayAddress | string | The gateway address where the vault exists | No |
vaultId | string | The ID of the vault to withdraw from | Yes |
tags | array | An array of GQL tag objects to attach to the transaction | No |