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 Type
    Method
    Description
    The Provenance Blockchain bech32 address of the account for which to fetch a storage record
    com.google.protobuf.ByteString
    The Provenance Blockchain bech32 address of the account for which to fetch a storage record

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.