pub async fn cross_move(
    from: H160,
    to: H160,
    amt: U256,
    from_ctx_bytes: Vec<u8>,
    to_ctx_bytes: Vec<u8>
) -> Result<(Vec<u8>, Vec<u8>), Error>
Expand description

Move TEA value from one token_id balance to another token_id balance. Most likely a move between TAppStore balance and a TAppToken balance due to buying/selling a token.