ic-canister-kit 0.1.7

A ic canister package
Documentation
1
2
3
4
5
6
7
8
pub type Timestamp = u64; // 时间戳 纳秒

pub type Duration = u64; // 时间跨度 纳秒

#[inline]
pub fn now() -> Timestamp {
    ic_cdk::api::time()
}