Preparing search index...
The search index is not available
@arkade-os/sdk Documentation - v0.2.0
@arkade-os/sdk Documentation
ArkPsbtFieldCoder
Interface ArkPsbtFieldCoder<T>
ArkPsbtFieldCoder is the coder for the ark psbt fields. each type has its own coder.
interface
ArkPsbtFieldCoder
<
T
>
{
decode
:
(
value
:
[
StructInput
<
{}
>
,
Bytes
]
)
=>
null
|
T
;
encode
:
(
value
:
T
)
=>
[
StructInput
<
{}
>
,
Bytes
]
;
key
:
ArkPsbtFieldKey
;
}
Type Parameters
T
Index
Properties
decode
encode
key
Properties
decode
decode
:
(
value
:
[
StructInput
<
{}
>
,
Bytes
]
)
=>
null
|
T
encode
encode
:
(
value
:
T
)
=>
[
StructInput
<
{}
>
,
Bytes
]
key
key
:
ArkPsbtFieldKey
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decode
encode
key
@arkade-os/sdk Documentation - v0.2.0
Loading...
ArkPsbtFieldCoder is the coder for the ark psbt fields. each type has its own coder.