MsgAddAllocations constructor
const
MsgAddAllocations({
- String? admin,
- String? airdropId,
- List<
RawAllocation> allocations = const [],
Implementation
const MsgAddAllocations({
this.admin,
this.airdropId,
this.allocations = const [],
});