Struct fractal_api::v1::types::Transaction [] [src]

pub struct Transaction {
    // some fields omitted
}

The representation of a global credit transaction

Methods

impl Transaction
[src]

Returns the id of the transaction

Retruns the id of the user receiving the transaction

Returns the wallet address receiving the transaction

Returns the user id sending the transaction

The amount of the transaction in global credits

The timestamp of the transaction

Trait Implementations

impl Clone for Transaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Transaction
[src]

Formats the value using the given formatter.

impl FromDTO<TransactionDTO> for Transaction
[src]

the from dto wrapper