e675e3937a
* Top up wg bandwidth * Introduce v3 with top up * Verify and increase cred bw * Add log * Fix clippy
11 lines
222 B
Rust
11 lines
222 B
Rust
// Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub mod conversion;
|
|
pub mod registration;
|
|
pub mod request;
|
|
pub mod response;
|
|
pub mod topup;
|
|
|
|
pub const VERSION: u8 = 3;
|