(dAtA []byte, offset int, v uint64)
| 1371 | } |
| 1372 | |
| 1373 | func encodeVarintQuery(dAtA []byte, offset int, v uint64) int { |
| 1374 | offset -= sovQuery(v) |
| 1375 | base := offset |
| 1376 | for v >= 1<<7 { |
| 1377 | dAtA[offset] = uint8(v&0x7f | 0x80) |
| 1378 | v >>= 7 |
| 1379 | offset++ |
| 1380 | } |
| 1381 | dAtA[offset] = uint8(v) |
| 1382 | return base |
| 1383 | } |
| 1384 | func (m *QueryIsContractOwnerRequest) Size() (n int) { |
| 1385 | if m == nil { |
| 1386 | return 0 |
no test coverage detected