chore: migrate to typescript

This commit is contained in:
Justin Starry
2021-03-15 11:01:35 +08:00
committed by Justin Starry
parent 3eb9f7b3eb
commit f912c63b22
51 changed files with 948 additions and 980 deletions

View File

@@ -0,0 +1,5 @@
import {PublicKey} from './publickey';
export const BPF_LOADER_DEPRECATED_PROGRAM_ID = new PublicKey(
'BPFLoader1111111111111111111111111111111111',
);