mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 04:27:59 +00:00
15 lines
386 B
TypeScript
15 lines
386 B
TypeScript
export declare const prevLedgerRecord: Record<string, string>;
|
|
export declare const genericLedgerApps: {
|
|
bittensor: string;
|
|
creditcoin3: string;
|
|
dentnet: string;
|
|
encointer: string;
|
|
frequency: string;
|
|
integritee: string;
|
|
liberland: string;
|
|
mythos: string;
|
|
polimec: string;
|
|
vara: string;
|
|
};
|
|
export declare const ledgerApps: Record<string, string>;
|