UNPKG

@heliofi/solana-adapter-v1

Version:

API to interact with Helio Finances program on Solana.

4 lines (3 loc) 287 B
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>;