Interface SignatureDataOperations

    • Method Detail

      • getEncodedTransaction

        byte[] getEncodedTransaction​(java.lang.Long chainId)
      • getFrom

        default java.lang.String getFrom()
                                  throws java.security.SignatureException
        Throws:
        java.security.SignatureException
      • verify

        default void verify​(java.lang.String from)
                     throws java.security.SignatureException
        Throws:
        java.security.SignatureException
      • getRealV

        default byte getRealV​(java.math.BigInteger bv)
      • getChainId

        default java.lang.Long getChainId()