UNPKG
@civic/sol-did-idl
Version:
latest (3.3.0-alpha.1)
3.3.0-alpha.1
3.3.0-alpha
The official Solana IDL for did:sol
github.com/identity-com/sol-did
identity-com/sol-did
@civic/sol-did-idl
/
dist
/
src
/
index.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
import
type
{
SolDid
}
from
'./sol_did'
;
import
IDL
from
'./sol_did.json'
;
export
{
SolDid
,
IDL
};