Interface QueryDelegatorWithdrawAddressRequestAminoMsg

interface QueryDelegatorWithdrawAddressRequestAminoMsg {
    type: "cosmos-sdk/QueryDelegatorWithdrawAddressRequest";
    value: QueryDelegatorWithdrawAddressRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryDelegatorWithdrawAddressRequest"