vanillae project reorganization

This commit is contained in:
2023-05-25 12:58:23 -06:00
parent 6c80c37efa
commit 35ef2e0b1d
274 changed files with 144239 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
import * as rlp from './jex_include/local-vdk-0.1.0/dist/rlp.js';
declare type rlpcases = {
decoded: rlp.decoded_data;
encoded: Uint8Array;
};
export declare const cases: Array<rlpcases>;
export {};