b3_helper_lib 0.0.5

This is helper library for B3Wallet project
Documentation
1
2
3
4
5
6
7
8
9
10
use candid::Principal;

pub fn time_mock() -> u64 {
    u64::from(1689671609000000000 as u64)
}

//only use for test cases
pub fn id_mock() -> Principal {
    Principal::management_canister()
}