@sentio/sdk
    Preparing search index...

    Interface InstructionCoder

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

    Methods

    Methods