View Source BitcoinLib.Script.Opcodes.Crypto.CodeSeparator (BitcoinLib v0.4.7)

Based on https://en.bitcoin.it/wiki/Script

Word OP_CODESEPARATOR Opcode 171 Hex 0xab Input nothing Output nothing All of the signature checking words will only match signatures to the data after the most recently-executed OP_CODESEPARATOR.

Link to this section Summary

Functions

Returns <<0xab>>

All of the signature checking words will only match signatures to the data after the most recently-executed OP_CODESEPARATOR.

v()

Returns 0xab

Link to this section Functions

@spec encode() :: <<_::8>>

Returns <<0xab>>

examples

Examples

iex> BitcoinLib.Script.Opcodes.Crypto.CodeSeparator.encode()
<<0xab>>
Link to this function

execute(opcode, remaining)

View Source

All of the signature checking words will only match signatures to the data after the most recently-executed OP_CODESEPARATOR.

@spec v() :: 171

Returns 0xab

examples

Examples

iex> BitcoinLib.Script.Opcodes.Crypto.CodeSeparator.v()
0xab