UNPKG

@chainsafe/eth2.0-ssz-types

Version:
24 lines (23 loc) 866 B
/** * @module sszTypes/generators */ export declare const bool = "bool"; export declare const bytes4 = "bytes4"; export declare const bytes8 = "bytes8"; export declare const bytes32 = "bytes32"; export declare const bytes48 = "bytes48"; export declare const bytes96 = "bytes96"; export declare const uint8 = "uint8"; export declare const uint16 = "uint16"; export declare const number64 = "number64"; export declare const uint64 = "uint64"; export declare const uint256 = "uint256"; export declare const Slot = "number64"; export declare const Epoch = "number64"; export declare const Shard = "number64"; export declare const ValidatorIndex = "number64"; export declare const Gwei = "uint64"; export declare const Hash = "bytes32"; export declare const Version = "bytes4"; export declare const BLSPubkey = "bytes48"; export declare const BLSSignature = "bytes96";