[][src]Struct script::Builder

pub struct Builder { /* fields omitted */ }

Script builder

Methods

impl Builder
[src]

Builds p2pkh script pubkey

Builds p2sh script pubkey

Builds op_return script

Pushes opcode to the end of script

Appends bool push operation to the end of script

Appends num push operation to the end of script

Appends bytes push operation to the end od script

Appends data push operation to the end of script

Appends OP_RETURN operation to the end of script

Pushes invalid opcode to the end of script

Builds final script

Important traits for Bytes

Builds final script bytes

Trait Implementations

impl Default for Builder
[src]

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

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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

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

The type returned in the event of a conversion error.

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

Performs the conversion.

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

Important traits for &'a mut R

Immutably borrows from an owned value. Read more

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

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

The type returned in the event of a conversion error.

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

Performs the conversion.

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

Important traits for &'a mut R

Mutably borrows from an owned value. Read more

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

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

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more