Module handshakes::types::script[][src]

Expand description

This module holds a Script struct and a HandshakeScript trait. Handshake is segwit only, meaning that there are no ScriptPubkeys and there are no opcodes encoded in an address. Addresses are bech32 and depending on the version and data, a Script is created at runtime.

Structs

Script

A Script is marked Vec for use as an opaque Script in SighashArgs structs.

Traits

HandshakeScript

A wrapped script.