UNPKG

@avalanche-sdk/interchain

Version:
12 lines 330 B
export type TeleporterMessageInput = { destinationBlockchainID: string; destinationAddress: string; feeInfo: { feeTokenAddress: string; amount: bigint; }; requiredGasLimit: bigint; allowedRelayerAddresses: string[]; message: string; }; //# sourceMappingURL=contractMessageInput.d.ts.map