Jack hua
Jack hua
discord link had expired.can you send a new one?
and this is the working one { "name": "lottie-animation", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "scripts": { "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build", "lint": "ionic-app-scripts lint", "ionic:build":...
it's working when ionic serve but fail after ionic build on real iphone
any update ? 有解决方法吗 各位😁
i have to say the official docs is su*ks!!! why not give a complete demo!
same at 21962155
` async fn get_latest_seqno(user: &str) -> u32 { let client = RestApiClientV2::new(Network::Testnet, None); let seqid = client .get_account_seqno("........address.......") .await .unwrap(); println!("Take seqno: {:?}", seqid.seqno); return seqid.seqno as u32; } `