Trait wallet::ToLockScript[][src]

pub trait ToLockScript {
    fn to_lock_script(&self, strategy: Category) -> LockScript;
}

Conversion to LockScript, which later may be used for creating different end-point scripts, like PubkeyScript, SigScript, Witness etc.

Required methods

fn to_lock_script(&self, strategy: Category) -> LockScript[src]

Loading content...

Implementations on Foreign Types

impl ToLockScript for PublicKey[src]

impl ToLockScript for PublicKey[src]

Loading content...

Implementors

Loading content...