Interface MnemonicPolicyOrBuilder

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

public interface MnemonicPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDefaultAllowlistList

      List<String> getDefaultAllowlistList()
       Default allowed strategies for mnemonics not present in `strategy` list.
       
      repeated string default_allowlist = 1;
      Returns:
      A list containing the defaultAllowlist.
    • getDefaultAllowlistCount

      int getDefaultAllowlistCount()
       Default allowed strategies for mnemonics not present in `strategy` list.
       
      repeated string default_allowlist = 1;
      Returns:
      The count of defaultAllowlist.
    • getDefaultAllowlist

      String getDefaultAllowlist(int index)
       Default allowed strategies for mnemonics not present in `strategy` list.
       
      repeated string default_allowlist = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The defaultAllowlist at the given index.
    • getDefaultAllowlistBytes

      com.google.protobuf.ByteString getDefaultAllowlistBytes(int index)
       Default allowed strategies for mnemonics not present in `strategy` list.
       
      repeated string default_allowlist = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the defaultAllowlist at the given index.
    • getStrategyAllowlistList

      List<StrategiesForMnemonic> getStrategyAllowlistList()
      repeated .blaze.strategy_policy.StrategiesForMnemonic strategy_allowlist = 2;
    • getStrategyAllowlist

      StrategiesForMnemonic getStrategyAllowlist(int index)
      repeated .blaze.strategy_policy.StrategiesForMnemonic strategy_allowlist = 2;
    • getStrategyAllowlistCount

      int getStrategyAllowlistCount()
      repeated .blaze.strategy_policy.StrategiesForMnemonic strategy_allowlist = 2;
    • getStrategyAllowlistOrBuilderList

      List<? extends StrategiesForMnemonicOrBuilder> getStrategyAllowlistOrBuilderList()
      repeated .blaze.strategy_policy.StrategiesForMnemonic strategy_allowlist = 2;
    • getStrategyAllowlistOrBuilder

      StrategiesForMnemonicOrBuilder getStrategyAllowlistOrBuilder(int index)
      repeated .blaze.strategy_policy.StrategiesForMnemonic strategy_allowlist = 2;