BytecodeResponse: {
    create<I>(base?): BytecodeResponse;
    decode(input, length?): BytecodeResponse;
    encode(message, writer?): Writer;
    fromJSON(object): BytecodeResponse;
    fromPartial<I>(object): BytecodeResponse;
    toJSON(message): unknown;
}

Type declaration

Generated using TypeDoc