ord 0.27.1

◉ Ordinal wallet and block explorer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use super::*;

#[serde_with::skip_serializing_none]
#[derive(Serialize, Deserialize, PartialEq, Debug, Copy, Clone, Default)]
#[serde(deny_unknown_fields)]
pub struct Etching {
  pub rune: SpacedRune,
  pub symbol: char,
  pub divisibility: u8,
  pub supply: Decimal,
  pub premine: Decimal,
  pub terms: Option<batch::Terms>,
  pub turbo: bool,
}