Interface BytecodeOrBuilder

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

@Generated public interface BytecodeOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The raw bytes (not hex-encoded) of a contract's bytecode.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getCode

      com.google.protobuf.ByteString getCode()
       *
       The raw bytes (not hex-encoded) of a contract's bytecode.
       
      bytes code = 1;
      Returns:
      The code.