MsgUndelegateResponse defines the Msg/Undelegate response type.

interface MsgUndelegateResponse {
    completionTime: undefined | Date;
}

Properties

Properties

completionTime: undefined | Date