Interface TransactionFilterOuterClass.WildcardFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransactionFilterOuterClass.WildcardFilter, TransactionFilterOuterClass.WildcardFilter.Builder
Enclosing class:
TransactionFilterOuterClass

public static interface TransactionFilterOuterClass.WildcardFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.

    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

    • getIncludeCreatedEventBlob

      boolean getIncludeCreatedEventBlob()
       Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
       Use this to access the contract create event payload in your API client
       for submitting it as a disclosed contract with future commands.
       Optional
       
      bool include_created_event_blob = 1 [json_name = "includeCreatedEventBlob"];
      Returns:
      The includeCreatedEventBlob.