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

interface MsgDelegateFeedConsent {
    delegate: string;
    operator: string;
}

Properties

Properties

delegate: string
operator: string