Interface InstructionCoder
interface InstructionCoder { decode( ix: string | Buffer, encoding?: "hex" | "base58", ): null | Instruction;} Methods
decode
- decode(ix: string | Buffer, encoding?: "hex" | "base58"): null | Instruction
Parameters
- ix: string | Buffer
Optional
encoding: "hex" | "base58"