types: rm Script type

This commit is contained in:
Daniel Cousens 2015-08-18 14:45:00 +10:00
parent 706f5d7a9c
commit 97a0008445

View file

@ -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,