KycHelper class

Allows to easily perform the Commercio Kyc module related transactions.

Constructors

KycHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

buyMembershipsList(List<BuyMembership> buyMemberships, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) Future<TransactionResult>
Buys the membership with the given buyMemberships memberships list and tsp wallet. Optionally fee and broadcasting mode parameters can be specified.
inviteUsersList(List<InviteUser> inviteUsers, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) Future<TransactionResult>
Invite new users with the given inviteUsers users list and wallet. Optionally fee and broadcasting mode parameters can be specified.
rewardPoolDepositsList(List<RewardPoolDeposit> rewardPoolDeposits, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) Future<TransactionResult>
Deposit a list of rewardPoolDeposits deposits into reward pool with the depositor wallet. Optionally fee and broadcasting mode parameters can be specified.