View Source BitcoinLib.Script.Opcodes.Crypto.CheckMultiSigVerify (BitcoinLib v0.2.0-pre3)

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

Word OP_CHECKMULTISIGVERIFY Opcode 175 Hex 0xaf Input x sig1 sig2 ... <number of signatures> pub1 pub2 ... <number of public keys> Output Nothing / fail Description Same as OP_CHECKMULTISIG, but OP_VERIFY is executed afterward.

Link to this section Summary

Functions

v()

Returns 0xaf

Link to this section Functions

Link to this function

execute(check_multi_sig_verify, list)

View Source

NOT IMPLEMENTED YET

@spec v() :: 175

Returns 0xaf

examples

Examples

iex> BitcoinLib.Script.Opcodes.Crypto.CheckMultiSigVerify.v() 0xaf