@sentio/sdk
Preparing search index...
solana
InstructionCoder
Interface InstructionCoder
interface
InstructionCoder
{
decode
(
ix
:
string
|
Buffer
<
ArrayBufferLike
>
,
encoding
?:
"hex"
|
"base58"
,
)
:
null
|
Instruction
;
}
Index
Methods
decode
Methods
decode
decode
(
ix
:
string
|
Buffer
<
ArrayBufferLike
>
,
encoding
?:
"hex"
|
"base58"
,
)
:
null
|
Instruction
Parameters
ix
:
string
|
Buffer
<
ArrayBufferLike
>
Optional
encoding
:
"hex"
|
"base58"
Returns
null
|
Instruction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
decode
@sentio/sdk
Loading...