[][src]Struct lnrpc::ChannelAcceptRequest

pub struct ChannelAcceptRequest {
    pub node_pubkey: Vec<u8>,
    pub chain_hash: Vec<u8>,
    pub pending_chan_id: Vec<u8>,
    pub funding_amt: u64,
    pub push_amt: u64,
    pub dust_limit: u64,
    pub max_value_in_flight: u64,
    pub channel_reserve: u64,
    pub min_htlc: u64,
    pub fee_per_kw: u64,
    pub csv_delay: u32,
    pub max_accepted_htlcs: u32,
    pub channel_flags: u32,
}

Fields

node_pubkey: Vec<u8>chain_hash: Vec<u8>pending_chan_id: Vec<u8>funding_amt: u64push_amt: u64dust_limit: u64max_value_in_flight: u64channel_reserve: u64min_htlc: u64fee_per_kw: u64csv_delay: u32

The number of blocks to use for the relative time lock in the pay-to-self output of both commitment transactions.

max_accepted_htlcs: u32channel_flags: u32

Trait Implementations

impl Clone for ChannelAcceptRequest[src]

impl Debug for ChannelAcceptRequest[src]

impl Default for ChannelAcceptRequest[src]

impl Message for ChannelAcceptRequest[src]

impl PartialEq<ChannelAcceptRequest> for ChannelAcceptRequest[src]

impl StructuralPartialEq for ChannelAcceptRequest[src]

Auto Trait Implementations

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> Instrument for T[src]

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

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

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>, 

impl<T> WithSubscriber for T[src]