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