Interface ValidatorCurrentRewardsRecordAminoMsg

interface ValidatorCurrentRewardsRecordAminoMsg {
    type: "cosmos-sdk/ValidatorCurrentRewardsRecord";
    value: ValidatorCurrentRewardsRecordAmino;
}

Properties

Properties

type: "cosmos-sdk/ValidatorCurrentRewardsRecord"