UNPKG

@pythnetwork/pyth-solana-receiver

Version:
6 lines 612 B
export { PythSolanaReceiver, PythTransactionBuilder, getPriceFeedAccountForProgram, } from "./PythSolanaReceiver"; export { TransactionBuilder, InstructionWithEphemeralSigners, } from "@pythnetwork/solana-utils"; export { getConfigPda, DEFAULT_RECEIVER_PROGRAM_ID, DEFAULT_WORMHOLE_PROGRAM_ID, } from "./address"; export { IDL as pythSolanaReceiverIdl, PythSolanaReceiver as PythSolanaReceiverProgram, } from "./idl/pyth_solana_receiver"; export { IDL as wormholeCoreBridgeIdl, WormholeCoreBridgeSolana as WormholeCoreBridgeProgram, } from "./idl/wormhole_core_bridge_solana"; //# sourceMappingURL=index.d.ts.map