Class TxPropertyBuilder


  • public class TxPropertyBuilder
    extends java.lang.Object
    Represents a txPropertyBuilder which contains static methods returning builders for all types of transaction
    • Constructor Detail

      • TxPropertyBuilder

        public TxPropertyBuilder()
    • Method Detail

      • legacyTransaction

        public static LegacyTransaction.Builder legacyTransaction()
        Creates a Builder of LegacyTransaction
        Returns:
        LegacyTransaction.Builder
      • ethereumAccessList

        public static EthereumAccessList.Builder ethereumAccessList()
        Creates a Builder of EthereumAccessList
        Returns:
        EthereumAccessList.Builder
      • ethereumDynamicFee

        public static EthereumDynamicFee.Builder ethereumDynamicFee()
        Creates a Builder of EthereumDynamicFee
        Returns:
        EthereumDynamicFee.Builder
      • valueTransfer

        public static ValueTransfer.Builder valueTransfer()
        Creates a Builder of ValueTransfer
        Returns:
        ValueTransfer.Builder
      • feeDelegatedValueTransfer

        public static FeeDelegatedValueTransfer.Builder feeDelegatedValueTransfer()
        Creates a Builder of FeeDelegatedValueTransfer
        Returns:
        FeeDelegatedValueTransfer.Builder
      • feeDelegatedValueTransferWithRatio

        public static FeeDelegatedValueTransferWithRatio.Builder feeDelegatedValueTransferWithRatio()
        Creates a Builder of FeeDelegatedValueTransferWithRatio
        Returns:
        FeeDelegatedValueTransferWithRatio.Builder
      • valueTransferMemo

        public static ValueTransferMemo.Builder valueTransferMemo()
        Creates a Builder of ValueTransferMemo
        Returns:
        ValueTransferMemo.Builder
      • feeDelegatedValueTransferMemo

        public static FeeDelegatedValueTransferMemo.Builder feeDelegatedValueTransferMemo()
        Creates a Builder of FeeDelegatedValueTransferMemo
        Returns:
        FeeDelegatedValueTransferMemo.Builder
      • feeDelegatedValueTransferMemoWithRatio

        public static FeeDelegatedValueTransferMemoWithRatio.Builder feeDelegatedValueTransferMemoWithRatio()
        Creates a Builder of FeeDelegatedValueTransferMemoWithRatio
        Returns:
        FeeDelegatedValueTransferMemoWithRatio.Builder
      • accountUpdate

        public static AccountUpdate.Builder accountUpdate()
        Creates a Builder of AccountUpdate
        Returns:
        AccountUpdate.Builder
      • feeDelegatedAccountUpdate

        public static FeeDelegatedAccountUpdate.Builder feeDelegatedAccountUpdate()
        Creates a Builder of FeeDelegatedAccountUpdate
        Returns:
        FeeDelegatedAccountUpdate.Builder
      • feeDelegatedAccountUpdateWithRatio

        public static FeeDelegatedAccountUpdateWithRatio.Builder feeDelegatedAccountUpdateWithRatio()
        Creates a Builder of FeeDelegatedAccountUpdateWithRatio
        Returns:
        FeeDelegatedAccountUpdateWithRatio.Builder
      • smartContractDeploy

        public static SmartContractDeploy.Builder smartContractDeploy()
        Creates a Builder of SmartContractDeploy
        Returns:
        SmartContractDeploy.Builder
      • feeDelegatedSmartContractDeploy

        public static FeeDelegatedSmartContractDeploy.Builder feeDelegatedSmartContractDeploy()
        Creates a Builder of FeeDelegatedSmartContractDeploy
        Returns:
        FeeDelegatedSmartContractDeploy.Builder
      • feeDelegatedSmartContractDeployWithRatio

        public static FeeDelegatedSmartContractDeployWithRatio.Builder feeDelegatedSmartContractDeployWithRatio()
        Creates a Builder of FeeDelegatedSmartContractDeployWithRatio
        Returns:
        FeeDelegatedSmartContractDeployWithRatio.Builder
      • smartContractExecution

        public static SmartContractExecution.Builder smartContractExecution()
        Creates a Builder of SmartContractExecution
        Returns:
        SmartContractExecution.Builder
      • feeDelegatedSmartContractExecution

        public static FeeDelegatedSmartContractExecution.Builder feeDelegatedSmartContractExecution()
        Creates a Builder of FeeDelegatedSmartContractExecution
        Returns:
        FeeDelegatedSmartContractExecution.Builder
      • feeDelegatedSmartContractExecutionWithRatio

        public static FeeDelegatedSmartContractExecutionWithRatio.Builder feeDelegatedSmartContractExecutionWithRatio()
        Creates a Builder of FeeDelegatedSmartContractExecutionWithRatio
        Returns:
        FeeDelegatedSmartContractExecutionWithRatio.Builder
      • cancel

        public static Cancel.Builder cancel()
        Creates a Builder of Cancel
        Returns:
        Cancel.Builder
      • feeDelegatedCancel

        public static FeeDelegatedCancel.Builder feeDelegatedCancel()
        Creates a Builder of FeeDelegatedCancel
        Returns:
        FeeDelegatedCancel.Builder
      • feeDelegatedCancelWithRatio

        public static FeeDelegatedCancelWithRatio.Builder feeDelegatedCancelWithRatio()
        Creates a Builder of FeeDelegatedCancelWithRatio
        Returns:
        FeeDelegatedCancelWithRatio.Builder
      • chainDataAnchoring

        public static ChainDataAnchoring.Builder chainDataAnchoring()
        Creates a Builder of ChainDataAnchoring
        Returns:
        ChainDataAnchoring.Builder
      • feeDelegatedChainDataAnchoring

        public static FeeDelegatedChainDataAnchoring.Builder feeDelegatedChainDataAnchoring()
        Creates a Builder of FeeDelegatedChainDataAnchoring
        Returns:
        FeeDelegatedChainDataAnchoring.Builder
      • feeDelegatedChainDataAnchoringWithRatio

        public static FeeDelegatedChainDataAnchoringWithRatio.Builder feeDelegatedChainDataAnchoringWithRatio()
        Creates a Builder of FeeDelegatedChainDataAnchoringWithRatio
        Returns:
        FeeDelegatedChainDataAnchoringWithRatio.Builder