pub async fn api_refund(
    acct: H160,
    amt: U256,
    tappstore_ctx: Vec<u8>,
    token_ctx: Vec<u8>
) -> Result<(Vec<u8>, Vec<u8>), Error>
Expand description

A wrapped method for refund, which includes the allowance operation.