You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define the interface for XCQ executor to communicate with XCQ program
#[polkavm_derive::polkavm_import]extern"C"{fnquery(id:ExtendionId,method:u8,args:&[u8]) -> Vec<u8>;}#[polkavm_derive::polkavm_export]extern"C"fnextensions() -> Vec<ExtensionId>{// return the extensions list}#[polkavm_derive::polkavm_export]extern"C"fnexecute(args:&[u8]) -> Vec<u8>{// The program body}
The text was updated successfully, but these errors were encountered:
Define the interface for XCQ executor to communicate with XCQ program
The text was updated successfully, but these errors were encountered: