[][src]Struct snarkos_testing::consensus::TestTx

pub struct TestTx;

Trait Implementations

impl Clone for TestTx[src]

impl Debug for TestTx[src]

impl Eq for TestTx[src]

impl FromBytes for TestTx[src]

impl PartialEq<TestTx> for TestTx[src]

impl StructuralEq for TestTx[src]

impl StructuralPartialEq for TestTx[src]

impl ToBytes for TestTx[src]

impl Transaction for TestTx[src]

type Commitment = [u8; 32]

type Digest = [u8; 32]

type EncryptedRecord = [u8; 32]

type InnerSNARKID = [u8; 32]

type LocalDataRoot = [u8; 32]

type Memorandum = [u8; 32]

type ProgramCommitment = [u8; 32]

type SerialNumber = [u8; 32]

type ValueBalance = i64

Auto Trait Implementations

impl RefUnwindSafe for TestTx

impl Send for TestTx

impl Sync for TestTx

impl Unpin for TestTx

impl UnwindSafe for TestTx

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,