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
buyMembershipsmemberships list and tspwallet. Optionallyfeeand broadcastingmodeparameters can be specified. -
inviteUsersList(
List< InviteUser> inviteUsers, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) → Future<TransactionResult> -
Invite new users with the given
inviteUsersusers list andwallet. Optionallyfeeand broadcastingmodeparameters can be specified. -
rewardPoolDepositsList(
List< RewardPoolDeposit> rewardPoolDeposits, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) → Future<TransactionResult> -
Deposit a list of
rewardPoolDepositsdeposits into reward pool with the depositorwallet. Optionallyfeeand broadcastingmodeparameters can be specified.