java.lang.Object
org.fisco.bcos.sdk.transaction.model.bo.BinInfo

public class BinInfo
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BinInfo​(java.util.Map<java.lang.String,​java.lang.String> bins)
    the binary information of the contracts
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getBin​(java.lang.String contract)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BinInfo

      public BinInfo​(java.util.Map<java.lang.String,​java.lang.String> bins)
      the binary information of the contracts
      Parameters:
      bins - maps between contract name and the binary
  • Method Details

    • getBin

      public java.lang.String getBin​(java.lang.String contract)