UNPKG
@honeycomb-protocol/solita
Version:
latest (0.0.4-beta.12)
0.0.4-beta.12
0.0.4-beta.11
0.0.4-beta.10
0.0.4-beta.9
0.0.4-beta.8
0.0.4-beta.7
0.0.4-beta.6
0.0.4-beta.5
0.0.4-beta.4
0.0.4-beta.3
0.0.4-beta.2
0.0.4-beta.1
0.0.3
0.0.2
0.0.1
Generates SDK API from solana contract IDL.
@honeycomb-protocol/solita
/
dist
/
cli
/
enhance-idl.d.ts
3 lines
(2 loc)
•
174 B
TypeScript
View Raw
1
2
3
import
{
SolitaConfig
}
from
'./types'
;
export
declare
function
enhanceIdl
(
config
:
SolitaConfig
,
binaryVersion
:
string
,
libVersion
:
string
):
Promise
<
import
(
"../types"
).
Idl
>;