Currently, payable method is not supported from both EVM (
|
handle.check_function_modifier(FunctionModifier::NonPayable)?; |
) and WASM side (
|
let _value = env.ext().value_transferred(); |
).
IMO, it is an important feature for the XVM to be truly cross virtual machine. Why is it not supported currently?