@aldaba/block
Advanced tools
Comparing version 2.2.1 to 2.2.2
# @aldaba/block | ||
## 2.2.2 | ||
### Patch Changes | ||
- build before publish | ||
- Updated dependencies | ||
- @aldaba/data-stream@2.2.2 | ||
- @aldaba/transaction@2.2.2 | ||
- @aldaba/common@2.2.2 | ||
- @aldaba/crypto@2.2.2 | ||
- @aldaba/abi@2.2.2 | ||
## 2.2.1 | ||
@@ -4,0 +16,0 @@ |
@@ -8,3 +8,3 @@ import { Serializable, ssz } from '@aldaba/common'; | ||
export declare class Account extends Serializable<ssz.Account> implements InterfaceOf<ssz.Account> { | ||
static ssz: ssz.Account; | ||
static ssz: any; | ||
version: number; | ||
@@ -11,0 +11,0 @@ name: string; |
import { Serializable, ssz } from '@aldaba/common'; | ||
import type { InterfaceOf } from '@aldaba/common'; | ||
export declare class BlockBody extends Serializable<ssz.BlockBody> implements InterfaceOf<ssz.BlockBody> { | ||
static ssz: ssz.BlockBody; | ||
static ssz: any; | ||
version: number; | ||
@@ -6,0 +6,0 @@ txList: InterfaceOf<ssz.BlockBody>['txList']; |
import { Serializable, ssz } from '@aldaba/common'; | ||
import type { InterfaceOf } from '@aldaba/common'; | ||
export declare class BlockHeader extends Serializable<ssz.BlockHeader> implements InterfaceOf<ssz.BlockHeader> { | ||
static ssz: ssz.BlockHeader; | ||
static ssz: any; | ||
number: number; | ||
@@ -6,0 +6,0 @@ version: number; |
import { Serializable, ssz } from '@aldaba/common'; | ||
import type { InterfaceOf } from '@aldaba/common'; | ||
export declare class BlockProof extends Serializable<ssz.BlockProof> implements InterfaceOf<ssz.BlockProof> { | ||
static ssz: ssz.BlockProof; | ||
static ssz: any; | ||
number: number; | ||
@@ -6,0 +6,0 @@ version: number; |
import { Serializable, ssz } from '@aldaba/common'; | ||
import type { InterfaceOf } from '@aldaba/common'; | ||
export declare class Block extends Serializable<ssz.Block> implements InterfaceOf<ssz.Block> { | ||
static ssz: ssz.Block; | ||
static ssz: any; | ||
version: number; | ||
@@ -6,0 +6,0 @@ header: InterfaceOf<ssz.Block>['header']; |
{ | ||
"name": "@aldaba/block", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"exports": { | ||
@@ -14,7 +14,7 @@ "import": "./dist/esm/index.js", | ||
"dependencies": { | ||
"@aldaba/crypto": "2.2.1", | ||
"@aldaba/common": "2.2.1", | ||
"@aldaba/abi": "2.2.1", | ||
"@aldaba/data-stream": "2.2.1", | ||
"@aldaba/transaction": "2.2.1" | ||
"@aldaba/common": "2.2.2", | ||
"@aldaba/data-stream": "2.2.2", | ||
"@aldaba/crypto": "2.2.2", | ||
"@aldaba/abi": "2.2.2", | ||
"@aldaba/transaction": "2.2.2" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42316
+ Added@aldaba/abi@2.2.2(transitive)
+ Added@aldaba/common@2.2.2(transitive)
+ Added@aldaba/crypto@2.2.2(transitive)
+ Added@aldaba/data-stream@2.2.2(transitive)
+ Added@aldaba/transaction@2.2.2(transitive)
- Removed@aldaba/abi@2.2.1(transitive)
- Removed@aldaba/common@2.2.1(transitive)
- Removed@aldaba/crypto@2.2.1(transitive)
- Removed@aldaba/data-stream@2.2.1(transitive)
- Removed@aldaba/transaction@2.2.1(transitive)
Updated@aldaba/abi@2.2.2
Updated@aldaba/common@2.2.2
Updated@aldaba/crypto@2.2.2
Updated@aldaba/data-stream@2.2.2
Updated@aldaba/transaction@2.2.2