Preparing search index...
The search index is not available
@envio-dev/hypersync-client
@envio-dev/hypersync-client
CallDecoder
Class CallDecoder
Index
Constructors
constructor
Methods
decode
Impl
decode
Inputs
decode
Inputs
Sync
decode
Traces
Input
decode
Traces
Input
Sync
decode
Transactions
Input
decode
Transactions
Input
Sync
from
Signatures
from
Signatures
With
Checksum
Constructors
constructor
new
Call
Decoder
(
)
:
CallDecoder
Returns
CallDecoder
Methods
decode
Impl
decode
Impl
(
input
)
:
DecodedSolValue
[]
Parameters
input
:
string
Returns
DecodedSolValue
[]
decode
Inputs
decode
Inputs
(
inputs
)
:
Promise
<
DecodedSolValue
[]
[]
>
Parameters
inputs
:
string
[]
Returns
Promise
<
DecodedSolValue
[]
[]
>
decode
Inputs
Sync
decode
Inputs
Sync
(
inputs
)
:
DecodedSolValue
[]
[]
Parameters
inputs
:
string
[]
Returns
DecodedSolValue
[]
[]
decode
Traces
Input
decode
Traces
Input
(
traces
)
:
Promise
<
DecodedSolValue
[]
[]
>
Parameters
traces
:
Trace
[]
Returns
Promise
<
DecodedSolValue
[]
[]
>
decode
Traces
Input
Sync
decode
Traces
Input
Sync
(
traces
)
:
DecodedSolValue
[]
[]
Parameters
traces
:
Trace
[]
Returns
DecodedSolValue
[]
[]
decode
Transactions
Input
decode
Transactions
Input
(
txs
)
:
Promise
<
DecodedSolValue
[]
[]
>
Parameters
txs
:
Transaction
[]
Returns
Promise
<
DecodedSolValue
[]
[]
>
decode
Transactions
Input
Sync
decode
Transactions
Input
Sync
(
txs
)
:
DecodedSolValue
[]
[]
Parameters
txs
:
Transaction
[]
Returns
DecodedSolValue
[]
[]
Static
from
Signatures
from
Signatures
(
signatures
)
:
CallDecoder
Parameters
signatures
:
string
[]
Returns
CallDecoder
Static
from
Signatures
With
Checksum
from
Signatures
With
Checksum
(
signatures
,
checksum
)
:
CallDecoder
Parameters
signatures
:
string
[]
checksum
:
boolean
Returns
CallDecoder
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
decode
Impl
decode
Inputs
decode
Inputs
Sync
decode
Traces
Input
decode
Traces
Input
Sync
decode
Transactions
Input
decode
Transactions
Input
Sync
from
Signatures
from
Signatures
With
Checksum
@envio-dev/hypersync-client
Loading...