Withdraw

Withdraw a fungible token.

request_withdraw

Parameters:

args: {
    user: Address, // Stellar user address
    token: Address, // Stellar token address
    amount: i128 // amount of tokens
}

Last updated