pub struct IssuingAuthorizationTreasury {
pub received_credits: Vec<String>,
pub received_debits: Vec<String>,
pub transaction: Option<String>,
}Fields§
§received_credits: Vec<String>The array of ReceivedCredits associated with this authorization.
received_debits: Vec<String>The array of ReceivedDebits associated with this authorization.
transaction: Option<String>The Treasury Transaction associated with this authorization.
Trait Implementations§
source§impl Clone for IssuingAuthorizationTreasury
impl Clone for IssuingAuthorizationTreasury
source§fn clone(&self) -> IssuingAuthorizationTreasury
fn clone(&self) -> IssuingAuthorizationTreasury
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 IssuingAuthorizationTreasury
impl Debug for IssuingAuthorizationTreasury
source§impl Default for IssuingAuthorizationTreasury
impl Default for IssuingAuthorizationTreasury
source§fn default() -> IssuingAuthorizationTreasury
fn default() -> IssuingAuthorizationTreasury
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IssuingAuthorizationTreasury
impl<'de> Deserialize<'de> for IssuingAuthorizationTreasury
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