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
/
index.d.ts
9 lines
(8 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./src/program'
;
export
*
from
'./src/types'
;
export
*
from
'./src/config'
;
export
*
from
'./src/getCancelPaymentTx'
;
export
*
from
'./src/getCancelSolPaymentTx'
;
export
*
from
'./src/getWithdrawTx'
;
export
*
from
'./src/getWithdrawSolTx'
;
export
*
from
'./src/utils'
;