MsgSetCommunityPoolRebate constructor

const MsgSetCommunityPoolRebate({
  1. String? creator,
  2. String? chainId,
  3. String? rebateRate,
  4. String? liquidStakedStTokenAmount,
})

Implementation

const MsgSetCommunityPoolRebate({
  this.creator,
  this.chainId,
  this.rebateRate,
  this.liquidStakedStTokenAmount,
});