toAmino method
Implementation
MsgDelegateFeedConsentAminoArgs toAmino() {
var val = MsgDelegateFeedConsentValueAminoArgs()
..coperator = coperator
..cdelegate = cdelegate;
return MsgDelegateFeedConsentAminoArgs(val);
}
MsgDelegateFeedConsentAminoArgs toAmino() {
var val = MsgDelegateFeedConsentValueAminoArgs()
..coperator = coperator
..cdelegate = cdelegate;
return MsgDelegateFeedConsentAminoArgs(val);
}