set_apikey
Sets the API key of your project to the SDK instance. This can be acquired from the Mirror World Developer Dashboard.
_6use mirrorworld_sdk_rust::{ set_apikey };_6_6fn main() {_6 // set global apikey_6 set_apikey("SUPER_SECRET_API_KEY");_6}
Edit this page on GitHub