package bitcoinml

  1. Overview
  2. Docs

Module Script_pubkeyhash.Input

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