Link.completeWithdrawal
Link.completeWithdrawal
const response = await link.completeWithdrawal({
type: ETHTokenType.ETH,
});
console.log(response);
// returns { transactionId: '0x...' }Errors
Last updated
const response = await link.completeWithdrawal({
type: ETHTokenType.ETH,
});
console.log(response);
// returns { transactionId: '0x...' }Last updated