ink_env::test

Function transfer_in

source
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.