types: rm Script type
This commit is contained in:
parent
706f5d7a9c
commit
97a0008445
1 changed files with 0 additions and 6 deletions
|
@ -42,11 +42,6 @@ var Network = typeforce.compile({
|
||||||
dustThreshold: UInt53
|
dustThreshold: UInt53
|
||||||
})
|
})
|
||||||
|
|
||||||
var Script = typeforce.compile({
|
|
||||||
buffer: typeforce.Buffer,
|
|
||||||
chunks: typeforce.arrayOf(typeforce.oneOf(typeforce.Number, typeforce.Buffer))
|
|
||||||
})
|
|
||||||
|
|
||||||
// extend typeforce types with ours
|
// extend typeforce types with ours
|
||||||
var types = {
|
var types = {
|
||||||
BigInt: BigInt,
|
BigInt: BigInt,
|
||||||
|
@ -57,7 +52,6 @@ var types = {
|
||||||
Hash160bit: Hash160bit,
|
Hash160bit: Hash160bit,
|
||||||
Hash256bit: Hash256bit,
|
Hash256bit: Hash256bit,
|
||||||
Network: Network,
|
Network: Network,
|
||||||
Script: Script,
|
|
||||||
UInt2: UInt2,
|
UInt2: UInt2,
|
||||||
UInt8: UInt8,
|
UInt8: UInt8,
|
||||||
UInt32: UInt32,
|
UInt32: UInt32,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue