Jack hua

Results 9 comments of 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

i have to say the official docs is su*ks!!! why not give a complete demo!

` 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; } `