UNPKG

@wormhole-foundation/sdk-algorand-core

Version:

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

6 lines 277 B
import { registerProtocol } from "@wormhole-foundation/sdk-connect"; import { AlgorandWormholeCore } from "./core.js"; registerProtocol("Algorand", "WormholeCore", AlgorandWormholeCore); export * from "./core.js"; export * from "./storage.js"; //# sourceMappingURL=index.js.map