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
/
config.d.ts
5 lines
(4 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
anchor
from
'@project-serum/anchor'
;
export
declare
const
txOpts
: anchor.
web3
.
ConfirmOptions
;
export
declare
const
helioFeeWalletKey
: anchor.
web3
.
PublicKey
;
export
declare
const
daoFeeWalletKey
: anchor.
web3
.
PublicKey
;