View Source BitcoinLib.Script.Opcodes.Stack.FromAltStack (BitcoinLib v0.4.7)

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

Word OP_FROMALTSTACK Opcode 108 Hex 0x6c Input (alt)x1 Output x1 Puts the input onto the top of the main stack. Removes it from the alt stack.

Link to this section Summary

Functions

Returns <<0x6c>>

v()

Returns 0x6c

Link to this section Functions

Returns <<0x6c>>

examples

Examples

iex> BitcoinLib.Script.Opcodes.Stack.FromAltStack.encode()
<<0x6c>>

Callback implementation for BitcoinLib.Script.Opcode.execute/2.

@spec v() :: 108

Returns 0x6c

examples

Examples

iex> BitcoinLib.Script.Opcodes.Stack.FromAltStack.v()
0x6c