MsgAddAllocations constructor

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

Implementation

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