UNPKG

@avalanche-sdk/interchain

Version:
11 lines 279 B
export type TeleporterMessageInput = { destinationBlockchainID: string; destinationAddress: string; feeInfo: { feeTokenAddress: string; amount: bigint; }; requiredGasLimit: bigint; allowedRelayerAddresses: string[]; message: string; };