Struct ark::models::transaction::Transaction [] [src]

pub struct Transaction {
    pub id: String,
    pub blockid: String,
    pub height: Option<u64>,
    pub timestamp: u64,
    pub amount: u64,
    pub fee: u64,
    pub senderId: String,
    pub recipientId: String,
    pub senderPublicKey: String,
    pub signature: String,
    pub confirmations: u64,
    pub vendorField: Option<String>,
}

An Ark Transaction Struct

Fields

Trait Implementations

impl Debug for Transaction
[src]

[src]

Formats the value using the given formatter.