[wip] factoring vdk out into several packages

This commit is contained in:
2023-05-25 15:05:48 -06:00
parent 35ef2e0b1d
commit ee30eaaf7f
231 changed files with 13800 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
export declare const rlp: {
decoded: import("./jex_include/local-vdk-0.1.0/dist/rlp.js").decoded_data;
encoded: Uint8Array;
}[];
export declare const base58: {
encoded: string;
decoded: Uint8Array;
}[];
export declare const base64: {
decoded: Uint8Array;
encoded: string;
}[];