* feat: add secp256k1 instruction * feat: use buffer-layout for encoding as well * style: use consistent naming for types * style: update typings and make program functions static * fix: attempt to resolve rollup issue * fix: expose sysvar in typings * fix: remove decode instruction functionality (for now)
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
declare module 'keccak' {
|
|
// TODO: Fill in types
|
|
declare module.exports: any;
|
|
}
|