UNPKG
@heliofi/solana-adapter-v1
Version:
latest (0.0.4-test)
0.0.4-test
0.0.4-alpha
0.0.3-alpha
0.0.2
API to interact with Helio Finances program on Solana.
github.com/heliofi/heliopay
heliofi/heliopay
@heliofi/solana-adapter-v1
/
dist
/
src
/
program.d.ts
10 lines
(9 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Idl
}
from
'@project-serum/anchor'
;
import
{
PublicKey
}
from
'@solana/web3.js'
;
export
declare
const
PROGRAM_ID
:
PublicKey
;
export
declare
const
IDL
:
HelioIdl
;
export
declare
type
HelioIdl
=
Idl
& {
metadata
: {
address
:
string
; }; };