16ef1c547b
* Remove eth feature, and BBBC related code * Burn some more, especially clients
13 lines
327 B
Rust
13 lines
327 B
Rust
// Copyright 2022 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub struct CoconutCredential {
|
|
#[allow(dead_code)]
|
|
pub id: i64,
|
|
pub voucher_value: String,
|
|
pub voucher_info: String,
|
|
pub serial_number: String,
|
|
pub binding_number: String,
|
|
pub signature: String,
|
|
}
|