package bitcoinml

  1. Overview
  2. Docs
type t = {
  1. signature : string;
  2. pubkey : string;
}
val check : (Script.opcode list * 'a) -> bool
val encode : t -> Script.t
val decode : (Script.opcode list * 'a) -> t
OCaml

Innovation. Community. Security.