MsgMintCcc constructor

MsgMintCcc({
  1. required MintCcc mintCcc,
})

Implementation

MsgMintCcc({required this.mintCcc})
    : super(type: 'commercio/MsgMintCCC', value: <String, String>{});