@wharfkit/antelope
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@wharfkit/antelope", | ||
"description": "Library for working with Antelope powered blockchains.", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"homepage": "https://github.com/wharfkit/antelope", | ||
@@ -6,0 +6,0 @@ "license": "BSD-3-Clause-No-Military-License", |
@@ -289,3 +289,3 @@ import pako from 'pako' | ||
@Struct.field(NewProducers, {optional: true}) new_producers?: NewProducers | ||
@Struct.field('header_extension', {optional: true}) header_extensions?: HeaderExtension[] | ||
@Struct.field('any', {optional: true}) header_extensions?: any[] | ||
@Struct.field('any', {optional: true}) new_protocol_features?: any | ||
@@ -345,4 +345,3 @@ @Struct.field('signature') declare producer_signature: Signature | ||
@Struct.field('uint32') declare schedule_version: UInt32 | ||
@Struct.field(HeaderExtension, {array: true, optional: true}) | ||
header_extensions?: HeaderExtension[] | ||
@Struct.field('any', {array: true, optional: true}) declare header_extensions?: any[] | ||
@Struct.field('signature') declare producer_signature: Signature | ||
@@ -366,3 +365,3 @@ } | ||
@Struct.field('any') declare pending_schedule: any | ||
@Struct.field('any') declare activated_protocol_features: any | ||
@Struct.field('any', {optional: true}) declare activated_protocol_features?: any | ||
@Struct.field('any') declare additional_signatures: any | ||
@@ -369,0 +368,0 @@ } |
@@ -127,3 +127,3 @@ import { | ||
@Struct.field(NewProducers, {optional: true}) new_producers?: NewProducers | ||
@Struct.field(HeaderExtension, {array: true}) declare header_extensions: HeaderExtension[] | ||
@Struct.field('any', {array: true}) declare header_extensions: any[] | ||
@@ -130,0 +130,0 @@ get blockNum(): UInt32 { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2035400
35043