pub fn transfer_in(value: U256)
Expand description
Transfers value from the caller account to the contract.
Please note that the acting accounts should be set with set_caller()
and
set_callee()
beforehand.
pub fn transfer_in(value: U256)
Transfers value from the caller account to the contract.
Please note that the acting accounts should be set with set_caller()
and
set_callee()
beforehand.