Interface StrategiesForMnemonicOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StrategiesForMnemonic, StrategiesForMnemonic.Builder

public interface StrategiesForMnemonicOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string mnemonic = 1;
    com.google.protobuf.ByteString
    optional string mnemonic = 1;
    getStrategy(int index)
    repeated string strategy = 2;
    com.google.protobuf.ByteString
    getStrategyBytes(int index)
    repeated string strategy = 2;
    int
    repeated string strategy = 2;
    repeated string strategy = 2;
    boolean
    optional string mnemonic = 1;

    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

    • hasMnemonic

      boolean hasMnemonic()
      optional string mnemonic = 1;
      Returns:
      Whether the mnemonic field is set.
    • getMnemonic

      String getMnemonic()
      optional string mnemonic = 1;
      Returns:
      The mnemonic.
    • getMnemonicBytes

      com.google.protobuf.ByteString getMnemonicBytes()
      optional string mnemonic = 1;
      Returns:
      The bytes for mnemonic.
    • getStrategyList

      List<String> getStrategyList()
      repeated string strategy = 2;
      Returns:
      A list containing the strategy.
    • getStrategyCount

      int getStrategyCount()
      repeated string strategy = 2;
      Returns:
      The count of strategy.
    • getStrategy

      String getStrategy(int index)
      repeated string strategy = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The strategy at the given index.
    • getStrategyBytes

      com.google.protobuf.ByteString getStrategyBytes(int index)
      repeated string strategy = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the strategy at the given index.