Struct elements::TxInWitness[][src]

pub struct TxInWitness {
    pub amount_rangeproof: Vec<u8>,
    pub inflation_keys_rangeproof: Vec<u8>,
    pub script_witness: Vec<Vec<u8>>,
    pub pegin_witness: Vec<Vec<u8>>,
}

Transaction input witness

Fields

Amount rangeproof

Rangeproof for inflation keys

Traditional script witness

Pegin witness, basically the same thing

Methods

impl TxInWitness
[src]

Whether this witness is null

Trait Implementations

impl Clone for TxInWitness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TxInWitness
[src]

Returns the "default value" for a type. Read more

impl PartialEq for TxInWitness
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TxInWitness
[src]

impl Debug for TxInWitness
[src]

Formats the value using the given formatter. Read more

impl Hash for TxInWitness
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<S: SimpleEncoder> ConsensusEncodable<S> for TxInWitness
[src]

Encode an object with a well-defined format

impl<D: SimpleDecoder> ConsensusDecodable<D> for TxInWitness
[src]

Decode an object with a well-defined format

Auto Trait Implementations

impl Send for TxInWitness

impl Sync for TxInWitness