Open inferrna opened 1 year ago
This often needed when working with temporary tokens.
#[cached(expire_ts="result.1")] fn get_token() -> (String, u64) { todo!() }
This often needed when working with temporary tokens.