Variable BytecodeResponse
Type declaration
- create:function- create<I>(base?): BytecodeResponse
- Type Parameters- I extends { 
 bytecode?: string;
 } & {
 bytecode?: string;
 } & {
 [K in string | number | symbol]: never
 }
 
 
- decode:function- decode(input, length?): BytecodeResponse
- Parameters- input: Uint8Array | Reader
- Optionallength: number
 
 
- encode:function- encode(message, writer?): Writer
- Returns Writer
 
- fromJSON:function
- fromPartial:function- fromPartial<I>(object): BytecodeResponse
- Type Parameters- I extends { 
 bytecode?: string;
 } & {
 bytecode?: string;
 } & {
 [K in string | number | symbol]: never
 }
 
 
- toJSON:function- toJSON(message): unknown
- Returns unknown