Variable ResolvedInputsConst
ResolvedInputs: Codec<
EncodableRecord<
{
outputs: Codec<CellOutputLike[], CellOutput[]>;
outputsData: Codec<BytesLike[], `0x${string}`[]>;
},
>,
DecodedRecord<
{
outputs: Codec<CellOutputLike[], CellOutput[]>;
outputsData: Codec<BytesLike[], `0x${string}`[]>;
},
>,
> = ...