Interface QueryDelegationRewardsResponseAminoMsg

interface QueryDelegationRewardsResponseAminoMsg {
    type: "cosmos-sdk/QueryDelegationRewardsResponse";
    value: QueryDelegationRewardsResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryDelegationRewardsResponse"