UNPKG

@wormhole-foundation/sdk-sui-tokenbridge

Version:

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

4 lines 429 B
import type { SuiClient, SuiObjectResponse } from "@mysten/sui/client"; export declare const getTokenFromTokenRegistry: (provider: SuiClient, tokenBridgeStateObjectId: string, tokenType: string) => Promise<SuiObjectResponse>; export declare const getTokenCoinType: (provider: SuiClient, tokenBridgeStateObjectId: string, tokenAddress: Uint8Array, tokenChain: number) => Promise<string | null>; //# sourceMappingURL=utils.d.ts.map