Interface Admin.FetchDataStorageAccountRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Admin.FetchDataStorageAccountRequest,Admin.FetchDataStorageAccountRequest.Builder
- Enclosing class:
- Admin
public static interface Admin.FetchDataStorageAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Provenance Blockchain bech32 address of the account for which to fetch a storage recordcom.google.protobuf.ByteStringThe Provenance Blockchain bech32 address of the account for which to fetch a storage recordMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAddress
String getAddress()The Provenance Blockchain bech32 address of the account for which to fetch a storage record
string address = 1;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()The Provenance Blockchain bech32 address of the account for which to fetch a storage record
string address = 1;- Returns:
- The bytes for address.
-