Struct bitmask_core::data::structs::IssueRequest
source · pub struct IssueRequest {
pub ticker: String,
pub name: String,
pub description: String,
pub precision: u8,
pub supply: u64,
pub utxo: String,
}Fields§
§ticker: StringThe ticker of the asset
name: StringThe name of the asset
description: StringDescription of the asset (ID for the UDA)
precision: u8Precision of the asset
supply: u64Amount of the asset
utxo: StringUtxo of the initial owner
Trait Implementations§
source§impl Clone for IssueRequest
impl Clone for IssueRequest
source§fn clone(&self) -> IssueRequest
fn clone(&self) -> IssueRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IssueRequest
impl Debug for IssueRequest
source§impl<'de> Deserialize<'de> for IssueRequest
impl<'de> Deserialize<'de> for IssueRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more