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
/
utils.d.ts
4 lines
(3 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
import
{
Connection
,
Transaction
,
Keypair
}
from
'@solana/web3.js'
;
import
{
AnchorWallet
}
from
'@solana/wallet-adapter-react'
;
export
declare
function
signTransaction
(
transactionParam
:
Transaction
,
wallet
:
AnchorWallet
,
connection
:
Connection
,
otherSigner
?:
Keypair
):
Promise
<
string
>;