We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: entry function cannot return values ┌─ /home/ubuntu/LayerZero-Aptos-Contract/apps/counter/sources/counter.move:71:5 │ 71 │ ╭ public entry fun lz_receive_types(_src_chain_id: u64, _src_address: vector, _payload: vector) : vector<type_info::TypeInfo> { 72 │ │ vector::empty<type_info::TypeInfo>() 73 │ │ } │ ╰─────^
{ "Error": "Move compilation failed: extended checks failed" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error: entry function cannot return values
┌─ /home/ubuntu/LayerZero-Aptos-Contract/apps/counter/sources/counter.move:71:5
│
71 │ ╭ public entry fun lz_receive_types(_src_chain_id: u64, _src_address: vector, _payload: vector) : vector<type_info::TypeInfo> {
72 │ │ vector::empty<type_info::TypeInfo>()
73 │ │ }
│ ╰─────^
{
"Error": "Move compilation failed: extended checks failed"
}
The text was updated successfully, but these errors were encountered: