- 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 TypeMethodDescriptionvoid
give
(String to, BigInteger amount) Implementations of this method should send specified amount to specified address.
-
Method Details
-
give
Implementations of this method should send specified amount to specified address.- Parameters:
to
- Everscale address where to send fundsamount
- Amount to send (in nanoevers)- Throws:
tech.deplant.java4ever.binding.EverSdkException
-