AirDrop class

Constructors

AirDrop({required String contractAddress, required String contractABI, required Signer<_SignerImpl> signer, required String airDropType})

Properties

airDropType String
getter/setter pair
contract ↔ Contract
getter/setter pair
contractABI String
getter/setter pair
contractAddress String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer ↔ Signer<_SignerImpl>
getter/setter pair

Methods

addRecipients({required List<AirdropContent> contents}) Future
airdrop({required List<AirdropContent> contents}) Future
cancelPendingPayments({required String numberOfPaymentsToCancel}) Future
getAllAirdropPayments({required String startId, required String endId}) Future
getAllAirdropPaymentsFailed() Future
getAllAirdropPaymentsPending({required String startId, required String endId}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processPayments({required String paymentsToProcess}) Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited