KycHelper class
Allows to easily perform the Commercio Kyc module related transactions.
Constructors
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 tspwallet
. Optionallyfee
and broadcastingmode
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 andwallet
. Optionallyfee
and broadcastingmode
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 depositorwallet
. Optionallyfee
and broadcastingmode
parameters can be specified.