UNPKG

@plugnet/util-crypto

Version:
7 lines (6 loc) 249 B
declare type PrefixPolkadot = 0; declare type PrefixKusama = 2; declare type PrefixSubstrate = 42; declare type DeprecatedPrefixBBQ = 68; export declare type Prefix = PrefixPolkadot | PrefixKusama | PrefixSubstrate | DeprecatedPrefixBBQ; export {};