@wormhole-foundation/sdk-algorand
Version:
SDK for Algorand, used in conjunction with @wormhole-foundation/sdk
6 lines • 353 B
TypeScript
import type { Network } from "@wormhole-foundation/sdk-connect";
import { ChainContext } from "@wormhole-foundation/sdk-connect";
import type { AlgorandChains } from "./types.js";
export declare class AlgorandChain<N extends Network = Network, C extends AlgorandChains = AlgorandChains> extends ChainContext<N, C> {
}
//# sourceMappingURL=chain.d.ts.map