Variable CreateClusterProxyConst
CreateClusterProxy: Codec<
EncodableRecord<
{
clusterId: Codec<BytesLike, `0x${string}`>;
clusterProxyId: Codec<BytesLike, `0x${string}`>;
to: Codec<{}, {}>;
},
>,
DecodedRecord<
{
clusterId: Codec<BytesLike, `0x${string}`>;
clusterProxyId: Codec<BytesLike, `0x${string}`>;
to: Codec<{}, {}>;
},
>,
> = ...
ClusterProxy