MsgCreateAuction constructor
const
MsgCreateAuction({})
Implementation
const MsgCreateAuction({
this.admin,
this.auctionName,
this.auctionType,
this.sellingDenom,
this.paymentDenom,
this.enabled,
this.minPriceMultiplier,
this.minBidAmount,
this.beneficiary,
});