public static interface Protocol.DelegatedResourceAccountIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getAccount()
bytes account = 1; |
com.google.protobuf.ByteString |
getFromAccounts(int index)
repeated bytes fromAccounts = 2; |
int |
getFromAccountsCount()
repeated bytes fromAccounts = 2; |
List<com.google.protobuf.ByteString> |
getFromAccountsList()
repeated bytes fromAccounts = 2; |
com.google.protobuf.ByteString |
getToAccounts(int index)
repeated bytes toAccounts = 3; |
int |
getToAccountsCount()
repeated bytes toAccounts = 3; |
List<com.google.protobuf.ByteString> |
getToAccountsList()
repeated bytes toAccounts = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getAccount()
bytes account = 1;
List<com.google.protobuf.ByteString> getFromAccountsList()
repeated bytes fromAccounts = 2;
int getFromAccountsCount()
repeated bytes fromAccounts = 2;
com.google.protobuf.ByteString getFromAccounts(int index)
repeated bytes fromAccounts = 2;
List<com.google.protobuf.ByteString> getToAccountsList()
repeated bytes toAccounts = 3;
int getToAccountsCount()
repeated bytes toAccounts = 3;
com.google.protobuf.ByteString getToAccounts(int index)
repeated bytes toAccounts = 3;
Copyright © 2020. All rights reserved.