(user_id: Principal)
| 42 | pub const ICP_FEE: u64 = 10_000; // in e8s |
| 43 | |
| 44 | pub fn default_account(user_id: Principal) -> String { |
| 45 | AccountIdentifier::new(&user_id, &DEFAULT_SUBACCOUNT).to_hex() |
| 46 | } |
| 47 | |
| 48 | pub fn send_icp_to_account( |
| 49 | env: &PocketIc, |
no outgoing calls