MsgUndelegateResponse defines the Msg/Undelegate response type.

interface MsgUndelegateResponseAmino {
    completion_time?: string;
}

Properties

Properties

completion_time?: string