Class FeeDelegatedSmartContractDeployWithRatioWrapper


  • public class FeeDelegatedSmartContractDeployWithRatioWrapper
    extends java.lang.Object
    Represents a FeeDelegatedSmartContractDeployWithRatioWrapper 1. This class wraps all of static methods of FeeDelegatedSmartContractDeployWithRatio 2. This class should be accessed via `caver.transaction.feeDelegatedSmartContractDeployWithRatio`
    • Constructor Detail

      • FeeDelegatedSmartContractDeployWithRatioWrapper

        public FeeDelegatedSmartContractDeployWithRatioWrapper​(Klay klaytnCall)
        Creates a FeeDelegatedSmartContractDeployWithRatioWrapper instance.
        Parameters:
        klaytnCall - Klay RPC instance
    • Method Detail

      • create

        public FeeDelegatedSmartContractDeployWithRatio create​(java.lang.String rlpEncoded)
        Creates a FeeDelegatedSmartContractDeployWithRatio instance derived from a RLP-encoded FeeDelegatedSmartContractDeployWithRatio string.
        Parameters:
        rlpEncoded - RLP-encoded FeeDelegatedSmartContractDeployWithRatio string
        Returns:
        FeeDelegatedSmartContractDeployWithRatio
      • create

        public FeeDelegatedSmartContractDeployWithRatio create​(byte[] rlpEncoded)
        Creates a FeeDelegatedSmartContractDeployWithRatio instance derived from a RLP-encoded FeeDelegatedSmartContractDeployWithRatio byte array.
        Parameters:
        rlpEncoded - RLP-encoded FeeDelegatedSmartContractDeployWithRatio byte array.
        Returns:
        FeeDelegatedSmartContractDeployWithRatio
      • decode

        public FeeDelegatedSmartContractDeployWithRatio decode​(java.lang.String rlpEncoded)
        Decodes a RLP-encoded FeeDelegatedSmartContractDeployWithRatio string.
        Parameters:
        rlpEncoded - RLP-encoded FeeDelegatedSmartContractDeployWithRatio string.
        Returns:
        FeeDelegatedSmartContractDeployWithRatio
      • decode

        public FeeDelegatedSmartContractDeployWithRatio decode​(byte[] rlpEncoded)
        Decodes a RLP-encoded FeeDelegatedSmartContractDeployWithRatio byte array.
        Parameters:
        rlpEncoded - RLP-encoded FeeDelegatedSmartContractDeployWithRatio byte array.
        Returns:
        FeeDelegatedSmartContractDeployWithRatio