☰
tea_sdk
0.3.0-dev.7
In tea_sdk::utils::wasm_actor::actors::tokenstate
Functions
api_cross_move
api_deposit
api_refund
balance_to_credit
cancel_sql_transaction
credit_to_balance
cross_move
get_magic_number
is_in_sql_transaction
mov
mov_credit
mov_token
query_all_first_columns_as_string
query_all_first_columns_as_u64
query_first_row
query_first_string
query_first_u64
query_select_rows
sql_query
sql_query_first
sql_value_to_option_string
sql_value_to_option_u64
sql_value_to_string
sql_value_to_u64
table_row_count
?
Function
tea_sdk
::
utils
::
wasm_actor
::
actors
::
tokenstate
::
mov_token
[
−
]
pub async fn mov_token( from:
H160
, to:
H160
, amt:
U256
, ctx:
Vec
<
u8
> ) ->
Result
<
Vec
<
u8
>,
Error
>