Preparing search index...
The search index is not available
blaze-cardano
blaze-cardano
blaze-data/src
TransformOptions
Interface TransformOptions<I, O>
interface
TransformOptions
<
I
,
O
>
{
Decode
:
TransformFunction
<
StaticDecodeIsAny
<
I
>
extends
true
?
unknown
:
(
TDecodeType
<
I
>
&
{
params
:
[
]
;
}
)
[
"static"
]
,
O
>
;
Encode
:
TransformFunction
<
O
,
StaticDecodeIsAny
<
I
>
extends
true
?
unknown
:
(
TDecodeType
<
I
>
&
{
params
:
[
]
;
}
)
[
"static"
]
>
;
}
Type Parameters
I
extends
TSchema
=
TSchema
O
extends
unknown
=
unknown
Index
Properties
Decode
Encode
Properties
Decode
Decode
:
TransformFunction
<
StaticDecodeIsAny
<
I
>
extends
true
?
unknown
:
(
TDecodeType
<
I
>
&
{
params
:
[
]
;
}
)
[
"static"
]
,
O
>
Encode
Encode
:
TransformFunction
<
O
,
StaticDecodeIsAny
<
I
>
extends
true
?
unknown
:
(
TDecodeType
<
I
>
&
{
params
:
[
]
;
}
)
[
"static"
]
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Decode
Encode
blaze-cardano
Loading...