Interface QueryDelegatorWithdrawAddressResponseAminoMsg

interface QueryDelegatorWithdrawAddressResponseAminoMsg {
    type: "cosmos-sdk/QueryDelegatorWithdrawAddressResponse";
    value: QueryDelegatorWithdrawAddressResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryDelegatorWithdrawAddressResponse"