DBResponse: { create( base?: { data?: { [key: string]: any }; entities?: { entities?: { fields?: { [key: string]: (...)
| (...)
} }[] }; entityList?: { entities?: { data?: { fields?: (...)
| (...)
}; entity?: string; genBlockChain?: string; genBlockNumber?: bigint; genBlockTime?: Date; }[]; }; error?: string; list?: any[]; nextCursor?: string; opId?: bigint; }, ): DBResponse; decode(input: Uint8Array | Reader, length?: number): DBResponse; encode(message: DBResponse, writer?: Writer): Writer; fromJSON(object: any): DBResponse; fromPartial( object: { data?: { [key: string]: any }; entities?: { entities?: { fields?: { [key: string]: | undefined | { bigdecimalValue?: ...
; bigintValue?: ...
; boolValue?: ...
; bytesValue?: ...
; floatValue?: ...
; intValue?: ...
; listValue?: ...
; nullValue?: ...
; stringValue?: ...
; structValue?: ...
; timestampValue?: ...
; tokenValue?: ...
; }; }; }[]; }; entityList?: { entities?: { data?: { fields?: { [key: ...
]: ...
} }; entity?: string; genBlockChain?: string; genBlockNumber?: bigint; genBlockTime?: Date; }[]; }; error?: string; list?: any[]; nextCursor?: string; opId?: bigint; }, ): DBResponse; toJSON(message: DBResponse): unknown;}