Class DeployExpired

  • All Implemented Interfaces:
    EventData

    public class DeployExpired
    extends java.lang.Object
    implements EventData
    The DeployExpired event is emitted when a Deploy becomes no longer valid to be executed or added to a block due to their times to live (TTLs) expiring.
    • Constructor Detail

      • DeployExpired

        public DeployExpired​(Digest deployHash)
      • DeployExpired

        public DeployExpired()
    • Method Detail

      • getDeployHash

        public Digest getDeployHash()
        The hash of the expired deploy
      • setDeployHash

        public void setDeployHash​(Digest deployHash)
        The hash of the expired deploy