MsgUpdateUserAllocation constructor

const MsgUpdateUserAllocation({
  1. String? admin,
  2. String? airdropId,
  3. String? userAddress,
  4. List<String> allocations = const [],
})

Implementation

const MsgUpdateUserAllocation({
  this.admin,
  this.airdropId,
  this.userAddress,
  this.allocations = const [],
});