fromAmino static method

Implementation

static MsgDelegateFeedConsent fromAmino(
    MsgDelegateFeedConsentAminoArgs data) {
  return MsgDelegateFeedConsent(data.value.coperator!, data.value.cdelegate!);
}