This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
solana
/
web3.js
/
flow-typed
/
js-sha3.js
5 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: add support for browser es modules
2021-02-02 10:53:24 +08:00
declare
module
'js-sha3'
{
feat: add Secp256k1 support to solana-web3.js (#12958) * 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)
2020-10-22 13:15:24 -07:00
// TODO: Fill in types
declare
module
.
exports
:
any
;
}
Reference in New Issue
Copy Permalink