public static interface AedposContract.MinerListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getPubkeys(int index)
The miners public key list.
|
int |
getPubkeysCount()
The miners public key list.
|
List<com.google.protobuf.ByteString> |
getPubkeysList()
The miners public key list.
|
List<com.google.protobuf.ByteString> getPubkeysList()
The miners public key list.
repeated bytes pubkeys = 1;int getPubkeysCount()
The miners public key list.
repeated bytes pubkeys = 1;com.google.protobuf.ByteString getPubkeys(int index)
The miners public key list.
repeated bytes pubkeys = 1;index - The index of the element to return.Copyright © 2020. All rights reserved.