[][src]Trait xpx_supercontracts_sdk::transactions_type::SignedTransaction

pub trait SignedTransaction {
    fn id(&self) -> TransactionID;
fn transaction_type(&self) -> TransactionType;
fn signer(&self) -> PubKey;
fn signature(&self) -> Signature; }

Transactions

SignedTransaction is common interface for transactions data from Blockchain.

Required methods

fn id(&self) -> TransactionID

fn transaction_type(&self) -> TransactionType

fn signer(&self) -> PubKey

fn signature(&self) -> Signature

Loading content...

Implementors

impl SignedTransaction for DriveFsTransaction[src]

Loading content...