Functions
getSolanaErrorFromInstructionError
getSolanaErrorFromInstructionError(
index
,instructionError
):SolanaError
Parameters
Parameter | Type | Description |
---|---|---|
index | number | bigint | The index of the instruction inside the transaction. |
instructionError | string | {[key : string ]: unknown ; } | - |