@avalanche-sdk/interchain
Version:
Interchain package for handling ICM/ICTT messages
12 lines • 330 B
TypeScript
export type TeleporterMessageInput = {
destinationBlockchainID: string;
destinationAddress: string;
feeInfo: {
feeTokenAddress: string;
amount: bigint;
};
requiredGasLimit: bigint;
allowedRelayerAddresses: string[];
message: string;
};
//# sourceMappingURL=contractMessageInput.d.ts.map