Struct lightning_signer::util::test_utils::TestFundingTxContext[][src]

pub struct TestFundingTxContext {
    pub inputs: Vec<TxIn>,
    pub ipaths: Vec<Vec<u32>>,
    pub ivals: Vec<u64>,
    pub ispnds: Vec<SpendType>,
    pub iuckeys: Vec<Option<SecretKey>>,
    pub outputs: Vec<TxOut>,
    pub opaths: Vec<Vec<u32>>,
}

Fields

inputs: Vec<TxIn>ipaths: Vec<Vec<u32>>ivals: Vec<u64>ispnds: Vec<SpendType>iuckeys: Vec<Option<SecretKey>>outputs: Vec<TxOut>opaths: Vec<Vec<u32>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.