Browse Source

types: rm Script type

hk-custom-address
Daniel Cousens 9 years ago
parent
commit
97a0008445
  1. 6
      src/types.js

6
src/types.js

@ -42,11 +42,6 @@ var Network = typeforce.compile({
dustThreshold: UInt53
})
var Script = typeforce.compile({
buffer: typeforce.Buffer,
chunks: typeforce.arrayOf(typeforce.oneOf(typeforce.Number, typeforce.Buffer))
})
// extend typeforce types with ours
var types = {
BigInt: BigInt,
@ -57,7 +52,6 @@ var types = {
Hash160bit: Hash160bit,
Hash256bit: Hash256bit,
Network: Network,
Script: Script,
UInt2: UInt2,
UInt8: UInt8,
UInt32: UInt32,

Loading…
Cancel
Save