package bitcoinml

  1. Overview
  2. Docs

Module Script_multisig.Output

type t = {
  1. m : int;
  2. pubkeys : string list;
}
val check : 'a -> bool
val encode : 'a -> Script.t
val decode : 'a -> t
val spendable_by : 'a -> 'b -> string