Struct pea_api::get::Transaction
source · pub struct Transaction {
pub hash: String,
pub public_key_input: String,
pub public_key_output: String,
pub amount: u128,
pub fee: u128,
pub timestamp: u32,
pub signature: String,
}Fields§
§hash: String§public_key_input: String§public_key_output: String§amount: u128§fee: u128§timestamp: u32§signature: StringTrait Implementations§
source§impl Clone for Transaction
impl Clone for Transaction
source§fn clone(&self) -> Transaction
fn clone(&self) -> Transaction
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 Transaction
impl Debug for Transaction
source§impl<'de> Deserialize<'de> for Transaction
impl<'de> Deserialize<'de> for Transaction
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