All Known Implementing Classes:
EverOSGiver, Msig

public interface Giver
Giver interface is used in various deploy methods. Its give() method is called to send funds before contracts deploy. By replacing Giver implementations you can flawlessly replace EverOS Giver with multisigs or all your own giver contracts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    give(Address to, BigInteger amount)
    Implementations of this method should send specified amount to specified address.
  • Method Details

    • give

      void give(Address to, BigInteger amount) throws tech.deplant.java4ever.binding.EverSdkException
      Implementations of this method should send specified amount to specified address.
      Parameters:
      to - Everscale address where to send funds
      amount - Amount to send (in nanoevers)
      Throws:
      tech.deplant.java4ever.binding.EverSdkException