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
/
render-account-providers.d.ts
3 lines
(2 loc)
•
119 B
TypeScript
View Raw
1
2
3
import
{
IdlAccount
}
from
'./types'
;
export
declare
function
renderAccountProviders
(
accounts
?:
IdlAccount
[]
):
string
;