UNPKG

@wormhole-foundation/sdk-aptos-core

Version:

SDK for Solana, used in conjunction with @wormhole-foundation/connect-sdk

5 lines 238 B
import { registerProtocol } from "@wormhole-foundation/sdk-connect"; import { AptosWormholeCore } from "./core.js"; registerProtocol("Aptos", "WormholeCore", AptosWormholeCore); export * from "./core.js"; //# sourceMappingURL=index.js.map