Class TxTypeFeeDelegatedValueTransferMemoWithRatio

    • Constructor Detail

      • TxTypeFeeDelegatedValueTransferMemoWithRatio

        protected TxTypeFeeDelegatedValueTransferMemoWithRatio​(java.math.BigInteger nonce,
                                                               java.math.BigInteger gasPrice,
                                                               java.math.BigInteger gasLimit,
                                                               java.lang.String to,
                                                               java.math.BigInteger value,
                                                               java.lang.String from,
                                                               byte[] payload,
                                                               java.math.BigInteger feeRatio)
        Deprecated.
    • Method Detail

      • createTransaction

        public static TxTypeFeeDelegatedValueTransferMemoWithRatio createTransaction​(java.math.BigInteger nonce,
                                                                                     java.math.BigInteger gasPrice,
                                                                                     java.math.BigInteger gasLimit,
                                                                                     java.lang.String to,
                                                                                     java.math.BigInteger value,
                                                                                     java.lang.String from,
                                                                                     byte[] payload,
                                                                                     java.math.BigInteger feeRatio)
        Deprecated.
      • getPayload

        public byte[] getPayload()
        Deprecated.
      • getType

        public TxType.Type getType()
        Deprecated.
        This method is overridden as FEE_DELEGATED_VALUE_TRANSFER_MEMO_WITH_RATIO type. The return value is used for rlp encoding.
        Returns:
        Type transaction type
      • rlpValues

        public java.util.List<org.web3j.rlp.RlpType> rlpValues()
        Deprecated.
        create RlpType List which contains nonce, gas price, gas limit, to, value, from, payload and feeRatio. List elements can be different depending on transaction type.
        Specified by:
        rlpValues in interface TxType
        Overrides:
        rlpValues in class AbstractTxType
        Returns:
        List RlpType List
      • decodeFromRawTransaction

        public static TxTypeFeeDelegatedValueTransferMemoWithRatio decodeFromRawTransaction​(byte[] rawTransaction)
        Deprecated.
        decode transaction hash from sender to reconstruct transaction with fee payer signature.
        Parameters:
        rawTransaction - RLP-encoded signed transaction from sender
        Returns:
        TxTypeFeeDelegatedValueTransferMemoWithRatio decoded transaction
      • decodeFromRawTransaction

        public static TxTypeFeeDelegatedValueTransferMemoWithRatio decodeFromRawTransaction​(java.lang.String rawTransaction)
        Deprecated.
        Parameters:
        rawTransaction - RLP-encoded signed transaction from sender
        Returns:
        TxTypeFeeDelegatedValueTransferMemoWithRatio decoded transaction