@avalanche-sdk/interchain
Version:
Interchain package for handling ICM/ICTT messages
11 lines • 424 B
TypeScript
import { Address, WalletClient } from "viem";
import { ChainConfig } from "../../chains/types/chainConfig";
export type RegisterRemoteWithHomeParams = {
walletClient: WalletClient;
sourceChain: ChainConfig | undefined;
destinationChain: ChainConfig | undefined;
tokenRemoteContract: Address;
feeTokenAddress?: Address;
feeAmount?: number;
};
//# sourceMappingURL=registerRemoteWithHomeParams.d.ts.map