Struct template_distribution_sv2::SetNewPrevHash[][src]

pub struct SetNewPrevHash<'decoder> {
    pub template_id: u64,
    pub prev_hash: U256<'decoder>,
    pub header_timestamp: u32,
    pub n_bits: u32,
    pub target: U256<'decoder>,
}

Fields

template_id: u64

template_id referenced in a previous NewTemplate message.

prev_hash: U256<'decoder>

Previous block’s hash, as it must appear in the next block’s header.

header_timestamp: u32

The nTime field in the block header at which the client should start (usually current time). This is NOT the minimum valid nTime value.

n_bits: u32

Block header field.

target: U256<'decoder>

The maximum double-SHA256 hash value which would represent a valid block. Note that this may be lower than the target implied by nBits in several cases, including weak-block based block propagation.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.