Interface InstructionCoder

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

Methods

Methods