Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

XVM: Support payable function #162

Open
HyunggyuJang opened this issue Jun 6, 2023 · 0 comments
Open

XVM: Support payable function #162

HyunggyuJang opened this issue Jun 6, 2023 · 0 comments

Comments

@HyunggyuJang
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant