Struct vitabot_api::client::Transaction
source · pub struct Transaction {
pub transaction_type: TransactionType,
pub from: String,
pub to: String,
pub hash: String,
pub amount: String,
pub token_id: String,
pub sender_handle: String,
pub data: Vec<u8>,
}Fields§
§transaction_type: TransactionType§from: String§to: String§hash: String§amount: String§token_id: String§sender_handle: String§data: Vec<u8>Trait Implementations§
source§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
Auto Trait Implementations§
impl RefUnwindSafe for Transaction
impl Send for Transaction
impl Sync for Transaction
impl Unpin for Transaction
impl UnwindSafe for Transaction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more