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