Variable TransferClusterProxyConst
TransferClusterProxy: Codec<
EncodableRecord<
{
clusterId: Codec<BytesLike, `0x${string}`>;
clusterProxyId: Codec<BytesLike, `0x${string}`>;
from: Codec<{}, {}>;
to: Codec<{}, {}>;
},
>,
DecodedRecord<
{
clusterId: Codec<BytesLike, `0x${string}`>;
clusterProxyId: Codec<BytesLike, `0x${string}`>;
from: Codec<{}, {}>;
to: Codec<{}, {}>;
},
>,
> = ...