MsgDelegateFeedConsent represents a message to delegate oracle voting rights to another address.

interface MsgDelegateFeedConsentAmino {
    delegate?: string;
    operator?: string;
}

Properties

Properties

delegate?: string
operator?: string