formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use nym_validator_client::nyxd::CosmWasmCoin;
|
||||
use rocket::serde::{Deserialize, Serialize};
|
||||
use schemars::JsonSchema;
|
||||
use utoipa::ToSchema;
|
||||
use nym_validator_client::nyxd::CosmWasmCoin;
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, JsonSchema, ToSchema)]
|
||||
pub struct WebhookPayload {
|
||||
@@ -13,4 +13,3 @@ pub struct WebhookPayload {
|
||||
pub height: u128,
|
||||
pub memo: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user