Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultisigScript

secp256k1_blake160_multisig script requires S, R, M, N and public key hashes S must be zero now and N equals to publicKeyHashes size so only need to provide R, M and public key hashes

Hierarchy

  • MultisigScript

Index

Properties

Properties

M

M: number

threshold, 1 byte

R

R: number

first nth public keys must match, 1 byte

publicKeyHashes

publicKeyHashes: Hash[]

blake160 hashes of compressed public keys

Optional since

locktime in since format

Generated using TypeDoc