Type Alias MultichainAddressMapping

MultichainAddressMapping: {
    deployments: AddressMapping[];
    on: (chainId: number) => Address;
}

Cross-chain token address mapping with helper functions

Type declaration